|
Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
|
Public Member Functions | |
| integer | index () |
| void | setVisible (boolean _b, boolean _silent) |
| ISTableLayoutRow (ISTableLayout _parentTable, integer _rowIndex, boolean _isAutoFill) | |
| 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 | |
| integer | rowIndex |
| boolean | isAutoFill |
| number | height |
| number | minimumHeight |
| number | y |
| number | temp |
| umbrella::RGBA | backgroundColor |
| umbrella::RGBA | borderColor |
| boolean | visible |
| ISTableLayout | parentTable |
| Public Attributes inherited from ISBaseObject | |
| string | Type |
| table< string, table< function, unknown > > | __eventListeners |
| ISTableLayoutRow::ISTableLayoutRow | ( | ISTableLayout | _parentTable, |
| integer | _rowIndex, | ||
| boolean | _isAutoFill ) |
| integer ISTableLayoutRow::index | ( | ) |
| void ISTableLayoutRow::setVisible | ( | boolean | _b, |
| boolean | _silent ) |
| umbrella::RGBA ISTableLayoutRow::backgroundColor |
| umbrella::RGBA ISTableLayoutRow::borderColor |
| number ISTableLayoutRow::height |
| boolean ISTableLayoutRow::isAutoFill |
| number ISTableLayoutRow::minimumHeight |
| ISTableLayout ISTableLayoutRow::parentTable |
| integer ISTableLayoutRow::rowIndex |
| number ISTableLayoutRow::temp |
| boolean ISTableLayoutRow::visible |
| number ISTableLayoutRow::y |