Skip to content

Type Alias: TXR_body_state

ts
type TXR_body_state = 
  | typeof crouch
  | typeof standing;

Body-state constants accepted by stalker movement actions.

Source

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