DayZ 1.24
|
pair ( action, actionType ) More...
Private Member Functions | |
void | AbilityRecord (int a, int at) |
corresponds to Human::actionTypes == CHAMBERING_ONEBULLET_CLOSED, MECHANISM_CLOSED... | |
Private Attributes | |
int | m_action |
int | m_actionType |
corresponds to Human::actions == RELOAD, MECHANISM, ... | |
pair ( action, actionType )
Definition at line 4 of file Weapon_Base.c.
corresponds to Human::actionTypes == CHAMBERING_ONEBULLET_CLOSED, MECHANISM_CLOSED...
Definition at line 8 of file Weapon_Base.c.
References m_action, and m_actionType.
|
private |
Definition at line 6 of file Weapon_Base.c.
Referenced by AbilityRecord().
|
private |
corresponds to Human::actions == RELOAD, MECHANISM, ...
Definition at line 7 of file Weapon_Base.c.
Referenced by AbilityRecord().