Changeset 29 for java


Ignore:
Timestamp:
07/15/09 13:54:52 (15 years ago)
Author:
sz
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/FramclipsePlugin/src/main/resources/framscript.xml

    r27 r29  
    115115                <element name="distance" type="float"/>
    116116                <element name="drive" type="XYZ">
    117                         <description><![CDATA[]]></description>
     117                        <description><![CDATA[Measured in global coordinates]]></description>
    118118                </element>
    119119                <element name="energ0" type="float"/>
     
    140140                </element>
    141141                <element name="localDrive" type="XYZ">
    142                         <description><![CDATA[]]></description>
     142                        <description><![CDATA[Measured in local coordinates, that is, with respect to the current creature orientation
     143See also: Creature.orient]]></description>
    143144                </element>
    144145                <element name="model" type="Model">
     
    223224                </element>
    224225                <element name="localToWorld" function="true" type="XYZ">
     226                        <description><![CDATA[Local coordinates are measured with respect to the first Part position and orientation]]></description>
    225227                        <arguments>
    226228                                <argument name="x" type="float"/>
     
    254256                </element>
    255257                <element name="moveLocal" function="true" type="void">
     258                        <description><![CDATA[Local coordinates are measured with respect to the first Part position and orientation]]></description>
    256259                        <arguments>
    257260                                <argument name="x" type="float"/>
     
    277280                </element>
    278281                <element name="worldToLocal" function="true" type="XYZ">
     282                        <description><![CDATA[Local coordinates are measured with respect to the first Part position and orientation]]></description>
    279283                        <arguments>
    280284                                <argument name="x" type="float"/>
     
    45304534                <element name="distance" type="float"/>
    45314535                <element name="drive" type="XYZ">
    4532                         <description><![CDATA[]]></description>
     4536                        <description><![CDATA[Measured in global coordinates]]></description>
    45334537                </element>
    45344538                <element name="energ0" type="float"/>
     
    45554559                </element>
    45564560                <element name="localDrive" type="XYZ">
    4557                         <description><![CDATA[]]></description>
     4561                        <description><![CDATA[Measured in local coordinates, that is, with respect to the current creature orientation
     4562See also: Creature.orient]]></description>
    45584563                </element>
    45594564                <element name="model" type="Model">
     
    46384643                </element>
    46394644                <element name="localToWorld" function="true" type="XYZ">
     4645                        <description><![CDATA[Local coordinates are measured with respect to the first Part position and orientation]]></description>
    46404646                        <arguments>
    46414647                                <argument name="x" type="float"/>
     
    46694675                </element>
    46704676                <element name="moveLocal" function="true" type="void">
     4677                        <description><![CDATA[Local coordinates are measured with respect to the first Part position and orientation]]></description>
    46714678                        <arguments>
    46724679                                <argument name="x" type="float"/>
     
    46924699                </element>
    46934700                <element name="worldToLocal" function="true" type="XYZ">
     4701                        <description><![CDATA[Local coordinates are measured with respect to the first Part position and orientation]]></description>
    46944702                        <arguments>
    46954703                                <argument name="x" type="float"/>
Note: See TracChangeset for help on using the changeset viewer.