PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
Attribute Class Reference

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") }.
 

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