|
Project Zomboid Lua Docs 42.13.0
Unofficial documentation for Project Zomboid's Lua
|
Public Member Functions | |
| boolean | shouldBeVisible () |
| ISUIElement | getControl () |
| ISButton | getButtonControl (string title) |
| ISButton | getImageButtonControl (string imagePath) |
| void | handleJoypadContextMenu (ISContextMenu context) |
| umbrella::ISContextMenu::Option | addJoypadContextMenuOption (ISContextMenu context, string text) |
| void | perform () |
| ISInventoryWindowControlHandler () | |
| 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 () | |
Public Attributes | |
| ISUIElement | control |
| boolean | altColor |
| Public Attributes inherited from ISBaseObject | |
| string | Type |
| table< string, table< function, unknown > > | __eventListeners |
| ISInventoryWindowControlHandler::ISInventoryWindowControlHandler | ( | ) |
| umbrella::ISContextMenu::Option ISInventoryWindowControlHandler::addJoypadContextMenuOption | ( | ISContextMenu | context, |
| string | text ) |
| ISButton ISInventoryWindowControlHandler::getButtonControl | ( | string | title | ) |
| ISUIElement ISInventoryWindowControlHandler::getControl | ( | ) |
| ISButton ISInventoryWindowControlHandler::getImageButtonControl | ( | string | imagePath | ) |
| void ISInventoryWindowControlHandler::handleJoypadContextMenu | ( | ISContextMenu | context | ) |
| void ISInventoryWindowControlHandler::perform | ( | ) |
| boolean ISInventoryWindowControlHandler::shouldBeVisible | ( | ) |
| boolean ISInventoryWindowControlHandler::altColor |
| ISUIElement ISInventoryWindowControlHandler::control |