Lua API
On this page

TurnToMovementParameters

Inherits from

Set of movement parameters required for a TurnTo motion

Fields:

AnimationSpeed number

speed of animation

Bitmember number

bitmember of some options related to the motion (TODO needs further research)

DesiredHeading number

Heading the object is turning to

Methods:

GetPropertyKeys() : string[]

Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts

Returns:string[]

ToString() : string

Returns a string that represents the current object.

Returns:string