Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
Loading...
Searching...
No Matches
umbrella::ModOptions::TextEntry Class Reference
Inheritance diagram for umbrella::ModOptions::TextEntry:
umbrella::ModOptions::BaseOption

Public Member Functions

 fun (option:umbrella::ModOptions::TextEntry, text:string) onChange
 fun (option:umbrella::ModOptions::TextEntry, text:string) onChangeApply
string getValue ()
void setValue (string value)
Public Member Functions inherited from umbrella::ModOptions::BaseOption
void setEnabled (string bool)

Public Attributes

textentry type
string value
boolean isEnabled
ISTextEntryBox element
Public Attributes inherited from umbrella::ModOptions::BaseOption
string id
string name
string tooltip
table element

Member Function Documentation

◆ fun() [1/2]

umbrella::ModOptions::TextEntry::fun ( option:umbrella::ModOptions::TextEntry ,
text:string  )

◆ fun() [2/2]

umbrella::ModOptions::TextEntry::fun ( option:umbrella::ModOptions::TextEntry ,
text:string  )

◆ getValue()

string umbrella::ModOptions::TextEntry::getValue ( )

◆ setValue()

void umbrella::ModOptions::TextEntry::setValue ( string value)

Member Data Documentation

◆ element

ISTextEntryBox umbrella::ModOptions::TextEntry::element

◆ isEnabled

boolean umbrella::ModOptions::TextEntry::isEnabled

◆ type

textentry umbrella::ModOptions::TextEntry::type

◆ value

string umbrella::ModOptions::TextEntry::value

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