Project Zomboid Lua Docs 42.13.0
Unofficial documentation for Project Zomboid's Lua
Loading...
Searching...
No Matches
umbrella::ModOptions::BaseOption Class Reference
Inheritance diagram for umbrella::ModOptions::BaseOption:
umbrella::ModOptions::Button umbrella::ModOptions::ColorPicker umbrella::ModOptions::ComboBox umbrella::ModOptions::Keybind umbrella::ModOptions::MultipleTickBox umbrella::ModOptions::Slider umbrella::ModOptions::TextEntry umbrella::ModOptions::TickBox

Public Member Functions

void setEnabled (string bool)

Public Attributes

string id
 Unique identifier for the option.
string name
 Display name for the option.
string tooltip
 Optional tooltip text.
table element

Member Function Documentation

◆ setEnabled()

void umbrella::ModOptions::BaseOption::setEnabled ( string bool )

Member Data Documentation

◆ element

table umbrella::ModOptions::BaseOption::element

◆ id

string umbrella::ModOptions::BaseOption::id

Unique identifier for the option.

◆ name

string umbrella::ModOptions::BaseOption::name

Display name for the option.

◆ tooltip

string umbrella::ModOptions::BaseOption::tooltip

Optional tooltip text.


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