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

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

Constructor & Destructor Documentation

◆ ISCraftInputItemNode()

ISCraftInputItemNode::ISCraftInputItemNode ( CraftRecipe _recipe,
Item _scriptItem )

Member Function Documentation

◆ reset()

void ISCraftInputItemNode::reset ( )

Member Data Documentation

◆ expanded

boolean ISCraftInputItemNode::expanded

◆ items

table ISCraftInputItemNode::items

◆ name

string ISCraftInputItemNode::name

◆ recipe

CraftRecipe ISCraftInputItemNode::recipe

◆ scriptItem

Item ISCraftInputItemNode::scriptItem

◆ textCol

Colors ISCraftInputItemNode::textCol

◆ width

number ISCraftInputItemNode::width

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