|
Project Zomboid Lua Docs 42.13.0
Unofficial documentation for Project Zomboid's Lua
|
Public Member Functions | |
| boolean | shouldBeVisible () |
| unknown | getControl () |
| void | perform () |
| ISInventoryWindowControlHandler_TransferAll () | |
| Public Member Functions inherited from ISInventoryWindowControlHandler | |
| 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 () | |
Additional Inherited Members | |
| Public Attributes inherited from ISInventoryWindowControlHandler | |
| ISUIElement | control |
| boolean | altColor |
| Public Attributes inherited from ISBaseObject | |
| string | Type |
| table< string, table< function, unknown > > | __eventListeners |
| ISInventoryWindowControlHandler_TransferAll::ISInventoryWindowControlHandler_TransferAll | ( | ) |
| unknown ISInventoryWindowControlHandler_TransferAll::getControl | ( | ) |
| void ISInventoryWindowControlHandler_TransferAll::perform | ( | ) |
| boolean ISInventoryWindowControlHandler_TransferAll::shouldBeVisible | ( | ) |