|
Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
|
Public Member Functions | |
| void | init () |
| unknown | getCurrent () |
| void | changeState (nil new) |
| void | update () |
| ISMoverStateMachine (ISBaseMover mover) | |
| 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 | |
| ISBaseMover | mover |
| Public Attributes inherited from ISBaseObject | |
| string | Type |
| table< string, table< function, unknown > > | __eventListeners |
| ISMoverStateMachine::ISMoverStateMachine | ( | ISBaseMover | mover | ) |
| void ISMoverStateMachine::changeState | ( | nil | new | ) |
| unknown ISMoverStateMachine::getCurrent | ( | ) |
| void ISMoverStateMachine::init | ( | ) |
| void ISMoverStateMachine::update | ( | ) |
| ISBaseMover ISMoverStateMachine::mover |