🚚Couriers
Table to work with courier list.
Count(): integer
integer
Return size of courier list.
Name
Type
Description
index
integer
Index of courier in cheat list.
Return courier by index in cheat list. Not the same as in-game index.
GetAll(): CCourier[]
CCourier[]
Return all couriers in cheat list.
Contains(courier: CCourier
): boolean
CCourier
): boolean
Name
Type
Description
courier
Courier to check.
Check courier in cheat list.
GetLocal(): CCourier
|nil
CCourier
|nil
Return local courier.
Last updated