Revision Difference
Enums/SIM#516113
<cat>enum</cat>
<enumeration>
<description>Enumerations used by <page>ENTITY:PhysicsSimulate</page>.</description>
<fields>{{EnumField|SIM_NOTHING|0|Don't simulate physics</fields>⤶
<fields>⤶
<item key="SIM_NOTHING" value="0">Don't simulate physics</item>⤶
<item key="SIM_LOCAL_ACCELERATION" value="1">Vectors in local coordinate system</item>⤶
<item key="SIM_LOCAL_FORCE" value="2">Vectors in local coordinate system</item>⤶
<item key="SIM_GLOBAL_ACCELERATION" value="3">Vectors in world coordinate system</item>⤶
<item key="SIM_GLOBAL_FORCE" value="4">Vectors in world coordinate system</item>⤶
</fields>⤶
</enumeration>
⤶
⤶
{{EnumField|SIM_LOCAL_ACCELERATION|1|Vectors in local coordinate system}}⤶
{{EnumField|SIM_LOCAL_FORCE|2|Vectors in local coordinate system}}⤶
{{EnumField|SIM_GLOBAL_ACCELERATION|3|Vectors in world coordinate system}}⤶
{{EnumField|SIM_GLOBAL_FORCE|4|Vectors in world coordinate system}}⤶
}}⤶