Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
CharacterCommandUnconscious.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
14  /*
15  Starts/Stops unconscious Command
16  Lying on your back - 1,
17  On belly rolling over to the left - 2, (with arms up - 6)
18  On belly rolling over to the right - 3, (with arms up - 7)
19  Lying on left side transition - 4, (with arms up - 8)
20  Lying on right side transition - 5, (with arms up - 9)
21  Exit unconscious animation state (with anims - soft exit) - -1
22  Reset unconscious animation state (without anims - hard reset) - -2
23  */
24  proto external void StartCommandUnconscious(int commandI);
25 }
26 
CharacterCommand
Definition: CharacterCommand.c:12
CharacterCommandUnconscious
Definition: CharacterCommandUnconscious.c:12