Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
AbilityRecord Class Reference

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, ...

Detailed Description

pair ( action, actionType )

Definition at line 4 of file weapon_base.c.

Constructor & Destructor Documentation

◆ AbilityRecord()

void AbilityRecord ( int a,
int at )
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.

Field Documentation

◆ m_action

int m_action
private

◆ m_actionType

int m_actionType
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().


The documentation for this class was generated from the following file: