Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
plugindayzplayerdebug_weapons.c File Reference

Go to the source code of this file.

Data Structures

class  PluginDayzPlayerWeaponsDebugUserData
 
class  PluginDayzPlayerDebug_Weapons
 

Functions

class PluginDayzPlayerWeaponsDebugUserData PluginDayzPlayerDebug_AbilityConfig (string pName, int pAction, int pActionT)
 
void PluginDayzPlayerWeaponsDebugUserData (int pAction, int pActionType)
 
int GetAction ()
 
int GetActionType ()
 

Variables

protected int m_iAction
 
protected int m_iActionT
 
string m_Name
 

Function Documentation

◆ GetAction()

int PluginDayzPlayerDebug_AbilityConfig::GetAction ( )

Definition at line 9 of file plugindayzplayerdebug_weapons.c.

◆ GetActionType()

int PluginDayzPlayerDebug_AbilityConfig::GetActionType ( )

Definition at line 14 of file plugindayzplayerdebug_weapons.c.

◆ PluginDayzPlayerDebug_AbilityConfig()

class PluginDayzPlayerWeaponsDebugUserData PluginDayzPlayerDebug_AbilityConfig ( string  pName,
int  pAction,
int  pActionT 
)

Definition at line 35 of file plugindayzplayerdebug_weapons.c.

◆ PluginDayzPlayerWeaponsDebugUserData()

void PluginDayzPlayerDebug_AbilityConfig::PluginDayzPlayerWeaponsDebugUserData ( int  pAction,
int  pActionType 
)

Definition at line 2 of file plugindayzplayerdebug_weapons.c.

Variable Documentation

◆ m_iAction

int m_iAction

Definition at line 20 of file plugindayzplayerdebug_weapons.c.

◆ m_iActionT

int m_iActionT

Definition at line 21 of file plugindayzplayerdebug_weapons.c.

◆ m_Name

string m_Name

Definition at line 42 of file plugindayzplayerdebug_weapons.c.