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

Go to the source code of this file.

Data Structures

class  ScriptedWidgetEventHandler
 map: item x vector(index, width, height) More...
 
class  PluginBase
 

Functions

class PluginDayZInfectedDebugUIHandler extends ScriptedWidgetEventHandler PluginDayZInfectedDebugAttackDesc (string pName, int pValue)
 
override bool OnClick (Widget w, int x, int y, int button)
 
override bool OnChange (Widget w, int x, int y, bool finished)
 

Variables

PluginDayZInfectedDebug m_pPluginInfectedDebug
 
string name
 
int animValue
 

Function Documentation

◆ OnChange()

override bool PluginDayZInfectedDebugAttackDesc::OnChange ( Widget  w,
int  x,
int  y,
bool  finished 
)

Definition at line 8 of file plugindayzinfecteddebug.c.

◆ OnClick()

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

Definition at line 2 of file plugindayzinfecteddebug.c.

◆ PluginDayZInfectedDebugAttackDesc()

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

Definition at line 26 of file plugindayzinfecteddebug.c.

Variable Documentation

◆ animValue

int animValue

Definition at line 33 of file plugindayzinfecteddebug.c.

◆ m_pPluginInfectedDebug

PluginDayZInfectedDebug m_pPluginInfectedDebug

Definition at line 14 of file plugindayzinfecteddebug.c.

◆ name

string name

Definition at line 32 of file plugindayzinfecteddebug.c.