Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
plugindayzinfecteddebug.c File Reference

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

Function Documentation

◆ OnChange()

bool OnChange ( Widget w,
int x,
int y,
bool finished )

Definition at line 33 of file plugindayzinfecteddebug.c.

◆ OnClick()

override bool OnClick ( Widget w,
int x,
int y,
int button )

Definition at line 27 of file plugindayzinfecteddebug.c.

References animValue, and name.

◆ PluginDayZInfectedDebugAttackDesc()

class PluginDayZInfectedDebugUIHandler extends ScriptedWidgetEventHandler PluginDayZInfectedDebugAttackDesc ( string pName,
int pValue )

Definition at line 4 of file plugindayzinfecteddebug.c.

Referenced by PluginBase::InitAttacks().

Variable Documentation

◆ animValue

int animValue

Definition at line 33 of file plugindayzinfecteddebug.c.

Referenced by OnClick().

◆ m_pPluginInfectedDebug

PluginDayZInfectedDebug m_pPluginInfectedDebug

Definition at line 39 of file plugindayzinfecteddebug.c.

◆ name

string name

Definition at line 32 of file plugindayzinfecteddebug.c.