Project Zomboid Lua Docs 42.13.0
Unofficial documentation for Project Zomboid's Lua
Loading...
Searching...
No Matches
ISLootWindowObjectControlHandler Class Reference
Inheritance diagram for ISLootWindowObjectControlHandler:
ISBaseObject ISLootWindowObjectControlHandler_AddCorpseToCampfire ISLootWindowObjectControlHandler_AddFuelOption ISLootWindowObjectControlHandler_ClothingDryerToggle ISLootWindowObjectControlHandler_ClothingWasherToggle ISLootWindowObjectControlHandler_CombinationWasherDryerSetMode ISLootWindowObjectControlHandler_CombinationWasherDryerToggle ISLootWindowObjectControlHandler_LightFireOption ISLootWindowObjectControlHandler_MannequinSwitchOutfit ISLootWindowObjectControlHandler_MannequinWearAll ISLootWindowObjectControlHandler_MoveToFloor ISLootWindowObjectControlHandler_PropaneBarbecueAddTank ISLootWindowObjectControlHandler_PropaneBarbecueRemoveTank ISLootWindowObjectControlHandler_PropaneBarbecueToggle ISLootWindowObjectControlHandler_PutOut ISLootWindowObjectControlHandler_RemoveAll ISLootWindowObjectControlHandler_RemoveCampfire ISLootWindowObjectControlHandler_StoveSettings ISLootWindowObjectControlHandler_StoveToggle ISLootWindowObjectControlHandler_TakeAll ISLootWindowObjectControlHandler_TakeSameType ISLootWindowObjectControlHandler_VehicleCloseTrunk ISLootWindowObjectControlHandler_VehicleLockTrunk

Public Member Functions

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 ()

Public Attributes

ISButton control
boolean altColor
Public Attributes inherited from ISBaseObject
string Type
table< string, table< function, unknown > > __eventListeners

Constructor & Destructor Documentation

◆ ISLootWindowObjectControlHandler()

ISLootWindowObjectControlHandler::ISLootWindowObjectControlHandler ( )

Member Function Documentation

◆ addJoypadContextMenuOption()

unknown ISLootWindowObjectControlHandler::addJoypadContextMenuOption ( ISContextMenu context,
nil text )

◆ getButtonControl()

ISButton ISLootWindowObjectControlHandler::getButtonControl ( string title)

◆ getControl()

unknown ISLootWindowObjectControlHandler::getControl ( )

◆ getImageButtonControl()

unknown ISLootWindowObjectControlHandler::getImageButtonControl ( nil imagePath)

◆ handleJoypadContextMenu()

void ISLootWindowObjectControlHandler::handleJoypadContextMenu ( ISContextMenu context)

◆ perform()

void ISLootWindowObjectControlHandler::perform ( )

◆ shouldBeVisible()

boolean ISLootWindowObjectControlHandler::shouldBeVisible ( )

Member Data Documentation

◆ altColor

boolean ISLootWindowObjectControlHandler::altColor

◆ control

ISButton ISLootWindowObjectControlHandler::control

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