|
Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
|
Public Member Functions | |
| ISXuiTableLayoutColumn (integer _columnIndex, number _width, boolean _isPercent) | |
| 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 |
| number | configWidth |
| boolean | isPercent |
| number | width |
| number | minimumWidth |
| number | x |
| number | temp |
| umbrella::RGBA | backgroundColor |
| umbrella::RGBA | borderColor |
| Public Attributes inherited from ISBaseObject | |
| string | Type |
| table< string, table< function, unknown > > | __eventListeners |
| ISXuiTableLayoutColumn::ISXuiTableLayoutColumn | ( | integer | _columnIndex, |
| number | _width, | ||
| boolean | _isPercent ) |
| umbrella::RGBA ISXuiTableLayoutColumn::backgroundColor |
| umbrella::RGBA ISXuiTableLayoutColumn::borderColor |
| integer ISXuiTableLayoutColumn::columnIndex |
| number ISXuiTableLayoutColumn::configWidth |
| boolean ISXuiTableLayoutColumn::isPercent |
| number ISXuiTableLayoutColumn::minimumWidth |
| number ISXuiTableLayoutColumn::temp |
| number ISXuiTableLayoutColumn::width |
| number ISXuiTableLayoutColumn::x |