Lua API
On this page

Item_ParentEvent_S2C

Inherits from

Sets the parent for an object, eg. equipting an object.

Fields:

ChildId number

id of the child object

ChildPositionSequence number

The position sequence value for the child object

Location number

Location object is being equipt to (Read from CSetup table in dat)

ObjectInstanceSequence number

The instance sequence value for the parent object (number of logins for players)

ParentId number

id of the parent object

Placement number

Placement frame id

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