|
Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
|
Public Member Functions | |
| void | enter () |
| void | during () |
| void | exit () |
| boolean | isFinished () |
| ISBaseState () | |
| 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 ISBaseObject | |
| string | Type |
| table< string, table< function, unknown > > | __eventListeners |
| ISBaseState::ISBaseState | ( | ) |
| void ISBaseState::during | ( | ) |
| void ISBaseState::enter | ( | ) |
| void ISBaseState::exit | ( | ) |
| boolean ISBaseState::isFinished | ( | ) |