Skip to content

Type Alias: TXR_detail_path_type

ts
type TXR_detail_path_type = 
  | typeof line
  | typeof dodge
  | typeof criteria;

Detail-path constants accepted by stalker movement actions.

Source

src/xrGame/script_movement_action_script.cpp, move.path enum.