|
Project Zomboid Lua Docs 42.13.0
Unofficial documentation for Project Zomboid's Lua
|
Public Member Functions | |
| boolean | shouldBeVisible () |
| unknown | getControl () |
| void | handleJoypadContextMenu (ISContextMenu context) |
| void | perform () |
| ISLootWindowObjectControlHandler_StoveSettings () | |
| Public Member Functions inherited from ISLootWindowObjectControlHandler | |
| boolean | shouldBeVisible () |
| unknown | getControl () |
| ISButton | getButtonControl (string title) |
| unknown | getImageButtonControl (nil imagePath) |
| void | handleJoypadContextMenu (ISContextMenu context) |
| unknown | addJoypadContextMenuOption (ISContextMenu context, nil text) |
| void | perform () |
| ISLootWindowObjectControlHandler () | |
| Public Member Functions inherited from ISBaseObject | |
| void | initialise () |
| ISBaseObject | derive (string type) |
| void | addEventListener (string _event, function _callback, unknown _target) |
| void | removeEventListener (string _event, function _callback) |
| void | triggerEvent (string _event, unknown ...) |
| void | clearEventListeners () |
| ISBaseObject () | |
Additional Inherited Members | |
| Public Attributes inherited from ISLootWindowObjectControlHandler | |
| ISButton | control |
| boolean | altColor |
| Public Attributes inherited from ISBaseObject | |
| string | Type |
| table< string, table< function, unknown > > | __eventListeners |
| ISLootWindowObjectControlHandler_StoveSettings::ISLootWindowObjectControlHandler_StoveSettings | ( | ) |
| unknown ISLootWindowObjectControlHandler_StoveSettings::getControl | ( | ) |
| void ISLootWindowObjectControlHandler_StoveSettings::handleJoypadContextMenu | ( | ISContextMenu | context | ) |
| void ISLootWindowObjectControlHandler_StoveSettings::perform | ( | ) |
| boolean ISLootWindowObjectControlHandler_StoveSettings::shouldBeVisible | ( | ) |