🚚Couriers

Table to work with courier list.

Count(): integer

Return size of courier list.


Get(index: integer): CCourier|nil

NameTypeDescription

index

integer

Index of courier in cheat list.

Return courier by index in cheat list. Not the same as in-game index.


GetAll(): CCourier[]

Return all couriers in cheat list.


Contains(courier: CCourier): boolean

NameTypeDescription

courier

Courier to check.

Check courier in cheat list.

Last updated