Lua API
On this page
Item_DeleteObject_S2C
Inherits from
Sent whenever an object is being deleted from the scene.
Fields:
ObjectId number
The object that was recently erased.
objectInstanceSequence number
The instance sequence value for the object (number of logins for players)
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