🚚Couriers

Table to work with courier list.

Count(): integer

Return size of courier list.


Get(index: integer): CCourier|nil

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

Return all couriers in cheat list.


Contains(courier: CCourier): boolean

Name
Type
Description

courier

Courier to check.

Check courier in cheat list.


GetLocal(): CCourier|nil

Return local courier.

Last updated