Skip to content

Type Alias: TXR_movement_type

ts
type TXR_movement_type = 
  | typeof walk
  | typeof run
  | typeof stand;

Movement-type constants accepted by stalker movement actions.

Source

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