Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
optionselectormultistate.c File Reference

Go to the source code of this file.

Classes

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
 

Function Documentation

◆ InheritsFrom()

bool InheritsFrom ( string value,
string baseclass )

Definition at line 206 of file optionselectormultistate.c.

◆ OptionSelectorMultistateCharacterMenu()

void OptionSelectorMultistateCharacterMenu ( Widget parent,
int current_index,
ScriptedWidgetEventHandler parent_c,
bool disabled,
notnull array< string > options )

Definition at line 145 of file optionselectormultistate.c.

◆ SetDisplayNameText()

void SetDisplayNameText ( string value,
string appendix )

Definition at line 150 of file optionselectormultistate.c.

◆ SetNextOption()

override void SetNextOption ( )

Definition at line 221 of file optionselectormultistate.c.

◆ SetPrevOption()

override void SetPrevOption ( )

Definition at line 227 of file optionselectormultistate.c.

◆ SetRandomValue()

override void SetRandomValue ( )

Definition at line 245 of file optionselectormultistate.c.

◆ SetStringOption()

override void SetStringOption ( string option,
bool fire_event = true )

Definition at line 251 of file optionselectormultistate.c.

◆ SetTextSmart()

void SetTextSmart ( string value)

Definition at line 175 of file optionselectormultistate.c.

◆ SetValue() [1/2]

override void SetValue ( int value,
bool fire_event = true )

Definition at line 233 of file optionselectormultistate.c.

◆ SetValue() [2/2]

override void SetValue ( string value,
bool fire_event = true )

Definition at line 239 of file optionselectormultistate.c.

Variable Documentation

◆ class_name

class OptionSelectorMultistate extends OptionSelector class_name

◆ displayname

string displayname

Definition at line 143 of file optionselectormultistate.c.

◆ path

string path = "cfgVehicles " + class_name + " displayName"

Definition at line 142 of file optionselectormultistate.c.