|
Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
|
Public Member Functions | |
| integer | index () |
| void | setVisible (boolean _b, boolean _silent) |
| ISTableLayoutColumn (ISTableLayout _parentTable, integer _columnIndex, 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 | columnIndex |
| boolean | isAutoFill |
| number | width |
| number | minimumWidth |
| number | x |
| 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 |
| ISTableLayoutColumn::ISTableLayoutColumn | ( | ISTableLayout | _parentTable, |
| integer | _columnIndex, | ||
| boolean | _isAutoFill ) |
| integer ISTableLayoutColumn::index | ( | ) |
| void ISTableLayoutColumn::setVisible | ( | boolean | _b, |
| boolean | _silent ) |
| umbrella::RGBA ISTableLayoutColumn::backgroundColor |
| umbrella::RGBA ISTableLayoutColumn::borderColor |
| integer ISTableLayoutColumn::columnIndex |
| boolean ISTableLayoutColumn::isAutoFill |
| number ISTableLayoutColumn::minimumWidth |
| ISTableLayout ISTableLayoutColumn::parentTable |
| number ISTableLayoutColumn::temp |
| boolean ISTableLayoutColumn::visible |
| number ISTableLayoutColumn::width |
| number ISTableLayoutColumn::x |