Lua API
On this page
Item_ServerSaysContainID_S2C
Inherits from
Store an item in a container.
Fields:
ContainerId number
the object ID of the container the item is being stored in
ContainerProperties ContainerProperties
the type of item being stored (pack, foci or regular item)
ObjectId number
the object ID of the item being stored
Slot number
the item slot within the container where the item is being placed (0-based)
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