🌲Physical Items
Table to work with list of phisical items.
Count(): integer
integer
Return size of physical item list.
Name
Type
Description
index
integer
Index of physical item in cheat list.
Return physical item by index in cheat list. Not the same as in-game index.
GetAll(): CPhysicalItem[]
CPhysicalItem[]
Return all physical items in cheat list.
Contains(physical: CPhysicalItem
): boolean
CPhysicalItem
): boolean
Name
Type
Description
Check physical item in cheat list.
Last updated