Skip to content

Type Alias: TXR_mental_state

ts
type TXR_mental_state = 
  | typeof danger
  | typeof free
  | typeof panic;

Mental-state constants accepted by stalker animation and movement APIs.

Source

src/xrGame/script_animation_action_script.cpp, anim.type enum.