DayZ 1.24
Loading...
Searching...
No Matches
AbilityRecord Class Reference

pair ( action, actionType ) More...

Collaboration diagram for AbilityRecord:
[legend]

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::AbilityRecord ( int a,
int at )
inlineprivate

corresponds to Human::actionTypes == CHAMBERING_ONEBULLET_CLOSED, MECHANISM_CLOSED...

Definition at line 8 of file Weapon_Base.c.

8{ m_action = a; m_actionType = at; }
int m_actionType
corresponds to Human::actions == RELOAD, MECHANISM, ...
Definition Weapon_Base.c:7

References m_action, and m_actionType.

Member Data Documentation

◆ m_action

int AbilityRecord::m_action
private

Definition at line 6 of file Weapon_Base.c.

Referenced by AbilityRecord().

◆ m_actionType

int AbilityRecord::m_actionType
private

corresponds to Human::actions == RELOAD, MECHANISM, ...

Definition at line 7 of file Weapon_Base.c.

Referenced by AbilityRecord().


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