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

Public Member Functions

 ISXuiTableLayoutRow (integer _rowIndex, number _height, 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 rowIndex
number configHeight
boolean isPercent
number height
number minimumHeight
number y
number temp
umbrella::RGBA backgroundColor
umbrella::RGBA borderColor
Public Attributes inherited from ISBaseObject
string Type
table< string, table< function, unknown > > __eventListeners

Constructor & Destructor Documentation

◆ ISXuiTableLayoutRow()

ISXuiTableLayoutRow::ISXuiTableLayoutRow ( integer _rowIndex,
number _height,
boolean _isPercent )

Member Data Documentation

◆ backgroundColor

umbrella::RGBA ISXuiTableLayoutRow::backgroundColor

◆ borderColor

umbrella::RGBA ISXuiTableLayoutRow::borderColor

◆ configHeight

number ISXuiTableLayoutRow::configHeight

◆ height

number ISXuiTableLayoutRow::height

◆ isPercent

boolean ISXuiTableLayoutRow::isPercent

◆ minimumHeight

number ISXuiTableLayoutRow::minimumHeight

◆ rowIndex

integer ISXuiTableLayoutRow::rowIndex

◆ temp

number ISXuiTableLayoutRow::temp

◆ y

number ISXuiTableLayoutRow::y

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