DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
Loading...
Searching...
No Matches
EBrokenLegs.c
Go to the documentation of this file.
1
enum
eBrokenLegs
2
{
3
NO_BROKEN_LEGS
= 0,
4
BROKEN_LEGS
= 1,
5
BROKEN_LEGS_SPLINT
= 2,
6
}
eBrokenLegs
eBrokenLegs
Definition
EBrokenLegs.c:2
BROKEN_LEGS
@ BROKEN_LEGS
Definition
EBrokenLegs.c:4
NO_BROKEN_LEGS
@ NO_BROKEN_LEGS
Definition
EBrokenLegs.c:3
BROKEN_LEGS_SPLINT
@ BROKEN_LEGS_SPLINT
Definition
EBrokenLegs.c:5