Lua API
On this page

Frame

Inherits from

A the location and orientation of an object within a landcell

Fields:

Orientation Quaternion

a quaternion describing the objects orientation

Origin Vector3

the location in a landcell in which the object is located

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