|
Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
|
Public Member Functions | |
| void | reset () |
| ISCraftInputItemNode (CraftRecipe _recipe, Item _scriptItem) | |
| 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 | |
| CraftRecipe | recipe |
| Item | scriptItem |
| string | name |
| Colors | textCol |
| number | width |
| boolean | expanded |
| table | items |
| Public Attributes inherited from ISBaseObject | |
| string | Type |
| table< string, table< function, unknown > > | __eventListeners |
| ISCraftInputItemNode::ISCraftInputItemNode | ( | CraftRecipe | _recipe, |
| Item | _scriptItem ) |
| void ISCraftInputItemNode::reset | ( | ) |
| boolean ISCraftInputItemNode::expanded |
| table ISCraftInputItemNode::items |
| string ISCraftInputItemNode::name |
| CraftRecipe ISCraftInputItemNode::recipe |
| Item ISCraftInputItemNode::scriptItem |
| Colors ISCraftInputItemNode::textCol |
| number ISCraftInputItemNode::width |