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

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

Constructor & Destructor Documentation

◆ ISTableLayoutColumn()

ISTableLayoutColumn::ISTableLayoutColumn ( ISTableLayout _parentTable,
integer _columnIndex,
boolean _isAutoFill )

Member Function Documentation

◆ index()

integer ISTableLayoutColumn::index ( )

◆ setVisible()

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

Member Data Documentation

◆ backgroundColor

umbrella::RGBA ISTableLayoutColumn::backgroundColor

◆ borderColor

umbrella::RGBA ISTableLayoutColumn::borderColor

◆ columnIndex

integer ISTableLayoutColumn::columnIndex

◆ isAutoFill

boolean ISTableLayoutColumn::isAutoFill

◆ minimumWidth

number ISTableLayoutColumn::minimumWidth

◆ parentTable

ISTableLayout ISTableLayoutColumn::parentTable

◆ temp

number ISTableLayoutColumn::temp

◆ visible

boolean ISTableLayoutColumn::visible

◆ width

number ISTableLayoutColumn::width

◆ x

number ISTableLayoutColumn::x

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