|
Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
|
Public Member Functions | |
| void | initNew () |
| void | stateFromIsoObject (IsoObject isoObject) |
| void | stateToIsoObject (IsoObject isoObject) |
| void | changeSprite () |
| SRainBarrelGlobalObject (SRainBarrelSystem luaSystem, GlobalObject globalObject) | |
| Public Member Functions inherited from SGlobalObject | |
| void | OnModDataChangeItself (IsoObject isoObject) |
| void | noise (string message) |
| void | initNew () |
| void | stateFromIsoObject (IsoObject isoObject) |
| void | stateToIsoObject (IsoObject isoObject) |
| IsoObject | getIsoObject () |
| IsoGridSquare | getSquare () |
| void | updateOnClient () |
| void | removeIsoObject () |
| void | aboutToRemoveFromSystem () |
| void | OnIsoObjectChangedItself (IsoObject isoObject) |
| void | OnModDataChangeItself (IsoObject isoObject) |
| SGlobalObject (SGlobalObjectSystem luaSystem, GlobalObject globalObject) | |
| 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 | |
| boolean | exterior |
| boolean | taintedWater |
| number | waterAmount |
| number | waterMax |
| Public Attributes inherited from SGlobalObject | |
| SGlobalObjectSystem | luaSystem |
| GlobalObject | globalObject |
| number | x |
| number | y |
| number | z |
| Public Attributes inherited from ISBaseObject | |
| string | Type |
| table< string, table< function, unknown > > | __eventListeners |
| SRainBarrelGlobalObject::SRainBarrelGlobalObject | ( | SRainBarrelSystem | luaSystem, |
| GlobalObject | globalObject ) |
| void SRainBarrelGlobalObject::changeSprite | ( | ) |
| void SRainBarrelGlobalObject::initNew | ( | ) |
| void SRainBarrelGlobalObject::stateFromIsoObject | ( | IsoObject | isoObject | ) |
| void SRainBarrelGlobalObject::stateToIsoObject | ( | IsoObject | isoObject | ) |
| boolean SRainBarrelGlobalObject::exterior |
| boolean SRainBarrelGlobalObject::taintedWater |
| number SRainBarrelGlobalObject::waterAmount |
| number SRainBarrelGlobalObject::waterMax |