Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | OptionSelector |
Functions | |
void | OptionSelectorMultistateCharacterMenu (Widget parent, int current_index, ScriptedWidgetEventHandler parent_c, bool disabled, notnull array< string > options) |
void | SetDisplayNameText (string value, string appendix) |
void | SetTextSmart (string value) |
bool | InheritsFrom (string value, string baseclass) |
override void | SetNextOption () |
override void | SetPrevOption () |
override void | SetValue (int value, bool fire_event=true) |
override void | SetValue (string value, bool fire_event=true) |
override void | SetRandomValue () |
override void | SetStringOption (string option, bool fire_event=true) |
Variables | |
class OptionSelectorMultistate extends OptionSelector | class_name |
string | path = "cfgVehicles " + class_name + " displayName" |
string | displayname |
Definition at line 199 of file optionselectormultistate.c.
void OptionSelectorMultistateCharacterMenu | ( | Widget | parent, |
int | current_index, | ||
ScriptedWidgetEventHandler | parent_c, | ||
bool | disabled, | ||
notnull array< string > | options | ||
) |
Definition at line 138 of file optionselectormultistate.c.
Definition at line 143 of file optionselectormultistate.c.
override void SetNextOption | ( | ) |
Definition at line 214 of file optionselectormultistate.c.
override void SetPrevOption | ( | ) |
Definition at line 220 of file optionselectormultistate.c.
override void SetRandomValue | ( | ) |
Definition at line 238 of file optionselectormultistate.c.
Definition at line 244 of file optionselectormultistate.c.
void SetTextSmart | ( | string | value | ) |
Definition at line 168 of file optionselectormultistate.c.
Definition at line 226 of file optionselectormultistate.c.
Definition at line 232 of file optionselectormultistate.c.
class OptionSelectorMultistate extends OptionSelector class_name |
string displayname |
Definition at line 136 of file optionselectormultistate.c.
string path = "cfgVehicles " + class_name + " displayName" |
Definition at line 135 of file optionselectormultistate.c.