Project Zomboid Lua Docs 42.13.0
Unofficial documentation for Project Zomboid's Lua
Loading...
Searching...
No Matches
ISInventoryWindowControlHandler Class Reference
Inheritance diagram for ISInventoryWindowControlHandler:
ISBaseObject ISInventoryWindowControlHandler_TransferAll ISInventoryWindowControlHandler_TransferSameType ISInventoryWindowControlHandler_TransferSameTypeMultiContainer

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

Constructor & Destructor Documentation

◆ ISInventoryWindowControlHandler()

ISInventoryWindowControlHandler::ISInventoryWindowControlHandler ( )

Member Function Documentation

◆ addJoypadContextMenuOption()

umbrella::ISContextMenu::Option ISInventoryWindowControlHandler::addJoypadContextMenuOption ( ISContextMenu context,
string text )

◆ getButtonControl()

ISButton ISInventoryWindowControlHandler::getButtonControl ( string title)

◆ getControl()

ISUIElement ISInventoryWindowControlHandler::getControl ( )

◆ getImageButtonControl()

ISButton ISInventoryWindowControlHandler::getImageButtonControl ( string imagePath)

◆ handleJoypadContextMenu()

void ISInventoryWindowControlHandler::handleJoypadContextMenu ( ISContextMenu context)

◆ perform()

void ISInventoryWindowControlHandler::perform ( )

◆ shouldBeVisible()

boolean ISInventoryWindowControlHandler::shouldBeVisible ( )

Member Data Documentation

◆ altColor

boolean ISInventoryWindowControlHandler::altColor

◆ control

ISUIElement ISInventoryWindowControlHandler::control

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