Appearance
type TXR_movement_type = | typeof walk | typeof run | typeof stand;
Movement-type constants accepted by stalker movement actions.
src/xrGame/script_movement_action_script.cpp, move.move enum.
src/xrGame/script_movement_action_script.cpp
move.move