Skip to content

Type Alias: TXR_patrol_route_type

ts
type TXR_patrol_route_type = 
  | typeof stop
  | typeof continue
  | typeof dummy;

Patrol route behavior accepted by native patrol path managers.

Source

C++ enum EPatrolRouteType