DayZ 1.24
Loading...
Searching...
No Matches
Attribute Class Reference
Collaboration diagram for Attribute:
[legend]

Private Member Functions

void Attribute (string defvalue, string uiwidget, string desc="", string rangescale="", ParamEnumArray enums=NULL)
 

Private Attributes

string m_DefValue
 
string m_UiWidget
 can be "editbox", "combobox", "spinbox", "slider", "font", "fileeditbox", "colorPicker", "flags", "resourceNamePicker"
 
string m_RangeScale
 defined as "MIN_VALUE MAX_VALUE STEP" eg. "1 100 0.5"
 
string m_Desc
 
ref ParamEnumArray m_Enums
 Only ints and floats are currently supported. Array can be defined this way: { ParamEnum("Choice 1", "1"), ParamEnum("Choicen 2", "2") }.
 

Detailed Description

Definition at line 820 of file EnEntity.c.


The documentation for this class was generated from the following file: