Lua API
On this page
PositionFlags
The PositionFlags value defines the fields present in the Position structure.
Fields:
Description
HasPlacementID | 0x00000002 | v1.0.0 | placement id is present |
HasVelocity | 0x00000001 | v1.0.0 | velocity vector is present |
IsGrounded | 0x00000004 | v1.0.0 | object is grounded |
OrientationHasNoW | 0x00000008 | v1.0.0 | orientation quaternion has no w component |
OrientationHasNoX | 0x00000010 | v1.0.0 | orientation quaternion has no x component |
OrientationHasNoY | 0x00000020 | v1.0.0 | orientation quaternion has no y component |
OrientationHasNoZ | 0x00000040 | v1.0.0 | orientation quaternion has no z component |