Changeset 29 for java/FramclipsePlugin/src/main
- Timestamp:
- 07/15/09 13:54:52 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/FramclipsePlugin/src/main/resources/framscript.xml
r27 r29 115 115 <element name="distance" type="float"/> 116 116 <element name="drive" type="XYZ"> 117 <description><![CDATA[ ]]></description>117 <description><![CDATA[Measured in global coordinates]]></description> 118 118 </element> 119 119 <element name="energ0" type="float"/> … … 140 140 </element> 141 141 <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 143 See also: Creature.orient]]></description> 143 144 </element> 144 145 <element name="model" type="Model"> … … 223 224 </element> 224 225 <element name="localToWorld" function="true" type="XYZ"> 226 <description><![CDATA[Local coordinates are measured with respect to the first Part position and orientation]]></description> 225 227 <arguments> 226 228 <argument name="x" type="float"/> … … 254 256 </element> 255 257 <element name="moveLocal" function="true" type="void"> 258 <description><![CDATA[Local coordinates are measured with respect to the first Part position and orientation]]></description> 256 259 <arguments> 257 260 <argument name="x" type="float"/> … … 277 280 </element> 278 281 <element name="worldToLocal" function="true" type="XYZ"> 282 <description><![CDATA[Local coordinates are measured with respect to the first Part position and orientation]]></description> 279 283 <arguments> 280 284 <argument name="x" type="float"/> … … 4530 4534 <element name="distance" type="float"/> 4531 4535 <element name="drive" type="XYZ"> 4532 <description><![CDATA[ ]]></description>4536 <description><![CDATA[Measured in global coordinates]]></description> 4533 4537 </element> 4534 4538 <element name="energ0" type="float"/> … … 4555 4559 </element> 4556 4560 <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 4562 See also: Creature.orient]]></description> 4558 4563 </element> 4559 4564 <element name="model" type="Model"> … … 4638 4643 </element> 4639 4644 <element name="localToWorld" function="true" type="XYZ"> 4645 <description><![CDATA[Local coordinates are measured with respect to the first Part position and orientation]]></description> 4640 4646 <arguments> 4641 4647 <argument name="x" type="float"/> … … 4669 4675 </element> 4670 4676 <element name="moveLocal" function="true" type="void"> 4677 <description><![CDATA[Local coordinates are measured with respect to the first Part position and orientation]]></description> 4671 4678 <arguments> 4672 4679 <argument name="x" type="float"/> … … 4692 4699 </element> 4693 4700 <element name="worldToLocal" function="true" type="XYZ"> 4701 <description><![CDATA[Local coordinates are measured with respect to the first Part position and orientation]]></description> 4694 4702 <arguments> 4695 4703 <argument name="x" type="float"/>
Note: See TracChangeset
for help on using the changeset viewer.