![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | PluginBase |
| Class PluginMessageManager provides some basic Message Distribution mechanics, if you get instance of this plugin class on your object, you can use its methods to broadcast messages. More... | |
| class | ScriptedWidgetEventHandler |
| map: item x vector(index, width, height) More... | |
Functions | |
| override bool | OnChange (Widget w, int x, int y, bool finished) |
| override bool | OnClick (Widget w, int x, int y, int button) |
| class PluginDayZInfectedDebugUIHandler extends ScriptedWidgetEventHandler | PluginDayZInfectedDebugAttackDesc (string pName, int pValue) |
Variables | |
| int | animValue |
| PluginDayZInfectedDebug | m_pPluginInfectedDebug |
| string | name |
Definition at line 33 of file plugindayzinfecteddebug.c.
Definition at line 27 of file plugindayzinfecteddebug.c.
| class PluginDayZInfectedDebugUIHandler extends ScriptedWidgetEventHandler PluginDayZInfectedDebugAttackDesc | ( | string | pName, |
| int | pValue ) |
Definition at line 4 of file plugindayzinfecteddebug.c.
Referenced by PluginBase::InitAttacks().
| int animValue |
Definition at line 33 of file plugindayzinfecteddebug.c.
Referenced by OnClick().
| PluginDayZInfectedDebug m_pPluginInfectedDebug |
Definition at line 39 of file plugindayzinfecteddebug.c.
| string name |
Definition at line 32 of file plugindayzinfecteddebug.c.