🌲Physical Items

Table to work with list of phisical items.

Count(): integer

Return size of physical item list.


Get(index: integer): CPhysicalItem|nil

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[]

Return all physical items in cheat list.


Contains(physical: CPhysicalItem): boolean

Name
Type
Description

physical

item Physical item to check.

Check physical item in cheat list.

Last updated