Difference between revisions of "ObjectReference Script"
Jump to navigation
Jump to search
→Properties: Added Motion properties
imported>Cipscis |
imported>Cipscis (→Properties: Added Motion properties) |
||
Line 18: | Line 18: | ||
*float Y [read-only]: The current Y position of the reference. | *float Y [read-only]: The current Y position of the reference. | ||
*float Z [read-only]: The current Z position of the reference. | *float Z [read-only]: The current Z position of the reference. | ||
These properties are meant to be used when calling [[SetMotionType - ObjectReference|SetMotionType]]: | |||
*int Motion_Dynamic [read-only]: 1 | |||
*int Motion_SphereInertia [read-only]: 2 | |||
*int Motion_BoxInertia [read-only]: 3 | |||
*int Motion_Keyframed [read-only]: 4 | |||
*int Motion_Fixed [read-only]: 5 | |||
*int Motion_ThinBoxInertia [read-only]: 6 | |||
*int Motion_Character [read-only]: 7 | |||
== Global Functions == | == Global Functions == |