Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
Loading...
Searching...
No Matches
InventoryLootingStep Class Reference
Inheritance diagram for InventoryLootingStep:
TutorialStep ISBaseObject

Public Member Functions

void begin ()
boolean openInventoryJoypad ()
boolean focusCorrectPanel ()
boolean focusLootingPanel ()
boolean haveItem ()
boolean haveWater ()
boolean isComplete ()
void finish ()
 InventoryLootingStep ()
Public Member Functions inherited from TutorialStep
void begin ()
boolean isComplete ()
void finish ()
void during ()
void onClose (nil message)
void addMessage (string text, number x, number y)
void doMessage ()
 TutorialStep (table type)
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 ()

Static Public Attributes

static IsoObject container
static boolean finished

Additional Inherited Members

Public Attributes inherited from TutorialStep
LuaList messages
Public Attributes inherited from ISBaseObject
string Type
table< string, table< function, unknown > > __eventListeners

Constructor & Destructor Documentation

◆ InventoryLootingStep()

InventoryLootingStep::InventoryLootingStep ( )

Member Function Documentation

◆ begin()

void InventoryLootingStep::begin ( )

◆ finish()

void InventoryLootingStep::finish ( )

◆ focusCorrectPanel()

boolean InventoryLootingStep::focusCorrectPanel ( )

◆ focusLootingPanel()

boolean InventoryLootingStep::focusLootingPanel ( )

◆ haveItem()

boolean InventoryLootingStep::haveItem ( )

◆ haveWater()

boolean InventoryLootingStep::haveWater ( )

◆ isComplete()

boolean InventoryLootingStep::isComplete ( )

◆ openInventoryJoypad()

boolean InventoryLootingStep::openInventoryJoypad ( )

Member Data Documentation

◆ container

IsoObject InventoryLootingStep::container
static

◆ finished

boolean InventoryLootingStep::finished
static

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