![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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.
|
inlineprivate |
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(), Weapon::HasActionAbility(), and PluginDayzPlayerDebug_Weapons::WeaponsInit().
|
private |
corresponds to Human::actions == RELOAD, MECHANISM, ...
Definition at line 7 of file weapon_base.c.
Referenced by AbilityRecord(), Weapon::HasActionAbility(), and PluginDayzPlayerDebug_Weapons::WeaponsInit().