![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
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 |
| int PluginDayzPlayerDebug_AbilityConfig::GetAction | ( | ) |
Definition at line 9 of file plugindayzplayerdebug_weapons.c.
| int PluginDayzPlayerDebug_AbilityConfig::GetActionType | ( | ) |
Definition at line 14 of file plugindayzplayerdebug_weapons.c.
| class PluginDayzPlayerWeaponsDebugUserData PluginDayzPlayerDebug_AbilityConfig | ( | string | pName, |
| int | pAction, | ||
| int | pActionT | ||
| ) |
Definition at line 35 of file plugindayzplayerdebug_weapons.c.
| void PluginDayzPlayerDebug_AbilityConfig::PluginDayzPlayerWeaponsDebugUserData | ( | int | pAction, |
| int | pActionType | ||
| ) |
Definition at line 2 of file plugindayzplayerdebug_weapons.c.
| int m_iAction |
Definition at line 20 of file plugindayzplayerdebug_weapons.c.
| int m_iActionT |
Definition at line 21 of file plugindayzplayerdebug_weapons.c.
| string m_Name |
Definition at line 42 of file plugindayzplayerdebug_weapons.c.