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

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

Constructor & Destructor Documentation

◆ ISTableLayoutRow()

ISTableLayoutRow::ISTableLayoutRow ( ISTableLayout _parentTable,
integer _rowIndex,
boolean _isAutoFill )

Member Function Documentation

◆ index()

integer ISTableLayoutRow::index ( )

◆ setVisible()

void ISTableLayoutRow::setVisible ( boolean _b,
boolean _silent )

Member Data Documentation

◆ backgroundColor

umbrella::RGBA ISTableLayoutRow::backgroundColor

◆ borderColor

umbrella::RGBA ISTableLayoutRow::borderColor

◆ height

number ISTableLayoutRow::height

◆ isAutoFill

boolean ISTableLayoutRow::isAutoFill

◆ minimumHeight

number ISTableLayoutRow::minimumHeight

◆ parentTable

ISTableLayout ISTableLayoutRow::parentTable

◆ rowIndex

integer ISTableLayoutRow::rowIndex

◆ temp

number ISTableLayoutRow::temp

◆ visible

boolean ISTableLayoutRow::visible

◆ y

number ISTableLayoutRow::y

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