Courier
Courier API
Courier
extands NPC
IsFlyingCourier(courier: Courier
): boolean
Courier
): boolean
Name
Type
Description
courier
Courier
The courier to check.
Returns true
if the courier is flying.
GetRespawnTime(courier: Courier
): number
Courier
): number
Name
Type
Description
courier
Courier
The courier to check.
Returns the game time when the courier will respawn.
GetCourierState(courier: Courier
): Enum.CourierState
Courier
): Enum.CourierState
Name
Type
Description
courier
Courier
The courier to check.
Returns the courier state.
GetCourierStateEntity(courier: Courier
): Entity | nil
Courier
): Entity | nil
Name
Type
Description
courier
Courier
The courier to check.
Returns the entity that the courier is currently interacting with.
Last updated