Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
Loading...
Searching...
No Matches
ISXuiSkin::constructors Class Reference

Static Public Member Functions

static ISWindow ISWindow (XuiScript _xuiScript, string _title, number _x, number _y, number _width, number _height)
static ISCollapsableWindow ISCollapsableWindow (XuiScript _xuiScript, number _x, number _y, number _width, number _height)
static ISButton ISButton (XuiScript _xuiScript, number _x, number _y, number _width, number _height, string _title, unknown _clicktarget, umbrella::ISButton::OnClick _onclick, umbrella::ISButton::MouseCallback _onmousedown, boolean _allowMouseUpProcessing)
static ISImage ISImage (XuiScript _xuiScript, number _x, number _y, number _width, number _height, Texture _texture, number _r, number _g, number _b)
static ISLabel ISLabel (XuiScript _xuiScript, number _x, number _y, number _height, string _name, number _r, number _g, number _b, number _a, UIFont _font, boolean _bLeft)
static ISProgressBar ISProgressBar (XuiScript _xuiScript, number _x, number _y, number _width, number _height, string _text, UIFont _font)
static ISRichTextPanel ISRichTextPanel (XuiScript _xuiScript, number _x, number _y, number _width, number _height)
static ISScrollingListBox ISScrollingListBox (XuiScript _xuiScript, number _x, number _y, number _width, number _height)
static ISTabPanel ISTabPanel (XuiScript _xuiScript, number _x, number _y, number _width, number _height)
static ISTextEntryBox ISTextEntryBox (XuiScript _xuiScript, string _title, number _x, number _y, number _width, number _height)
static ISTickBox ISTickBox (XuiScript _xuiScript, number _x, number _y, number _width, number _height, string _name, unknown _changeOptionTarget, umbrella::ISTickBox::OnChange _changeOptionMethod, unknown _changeOptionArg1, unknown _changeOptionArg2)
static ISToolTip ISToolTip (XuiScript _xuiScript)
static ISToolTipInv ISToolTipInv (XuiScript _xuiScript, InventoryItem _item)
static ISColorPicker ISColorPicker (XuiScript _xuiScript, number _x, number _y, umbrella::HSB _HSBFactor)
static ISSliderPanel ISSliderPanel (XuiScript _xuiScript, number _x, number _y, number _width, number _height, unknown _target, umbrella::ISSliderPanel::OnValueChange _onValueChange, umbrella::ISSliderPanel::CustomPaginate _customPaginate)
static ISFluidBar ISFluidBar (XuiScript _xuiScript, number _x, number _y, number _width, number _height, IsoPlayer _player, ResourceFluid _resource)
static ISLedLight ISLedLight (XuiScript _xuiScript, number _x, number _y, number _width, number _height)
static ISLcdBar ISLcdBar (XuiScript _xuiScript, number _x, number _y, number _charWidth)
static ISItemSlot ISItemSlot (XuiScript _xuiScript, number _x, number _y, number _width, number _height, Resource _resource, unknown _target, umbrella::ISItemSlot::OnItemDropped _onItemDropped, umbrella::ISItemSlot::OnItemRemove _onItemRemove, umbrella::ISItemSlot::OnVerifyItem _onVerifyItem, umbrella::ISItemSlot::OnBoxClicked _onBoxClicked)

Member Function Documentation

◆ ISButton()

ISButton ISXuiSkin::constructors::ISButton ( XuiScript _xuiScript,
number _x,
number _y,
number _width,
number _height,
string _title,
unknown _clicktarget,
umbrella::ISButton::OnClick _onclick,
umbrella::ISButton::MouseCallback _onmousedown,
boolean _allowMouseUpProcessing )
static

◆ ISCollapsableWindow()

ISCollapsableWindow ISXuiSkin::constructors::ISCollapsableWindow ( XuiScript _xuiScript,
number _x,
number _y,
number _width,
number _height )
static

◆ ISColorPicker()

ISColorPicker ISXuiSkin::constructors::ISColorPicker ( XuiScript _xuiScript,
number _x,
number _y,
umbrella::HSB _HSBFactor )
static

◆ ISFluidBar()

ISFluidBar ISXuiSkin::constructors::ISFluidBar ( XuiScript _xuiScript,
number _x,
number _y,
number _width,
number _height,
IsoPlayer _player,
ResourceFluid _resource )
static

◆ ISImage()

ISImage ISXuiSkin::constructors::ISImage ( XuiScript _xuiScript,
number _x,
number _y,
number _width,
number _height,
Texture _texture,
number _r,
number _g,
number _b )
static

◆ ISItemSlot()

ISItemSlot ISXuiSkin::constructors::ISItemSlot ( XuiScript _xuiScript,
number _x,
number _y,
number _width,
number _height,
Resource _resource,
unknown _target,
umbrella::ISItemSlot::OnItemDropped _onItemDropped,
umbrella::ISItemSlot::OnItemRemove _onItemRemove,
umbrella::ISItemSlot::OnVerifyItem _onVerifyItem,
umbrella::ISItemSlot::OnBoxClicked _onBoxClicked )
static

◆ ISLabel()

ISLabel ISXuiSkin::constructors::ISLabel ( XuiScript _xuiScript,
number _x,
number _y,
number _height,
string _name,
number _r,
number _g,
number _b,
number _a,
UIFont _font,
boolean _bLeft )
static

◆ ISLcdBar()

ISLcdBar ISXuiSkin::constructors::ISLcdBar ( XuiScript _xuiScript,
number _x,
number _y,
number _charWidth )
static

◆ ISLedLight()

ISLedLight ISXuiSkin::constructors::ISLedLight ( XuiScript _xuiScript,
number _x,
number _y,
number _width,
number _height )
static

◆ ISProgressBar()

ISProgressBar ISXuiSkin::constructors::ISProgressBar ( XuiScript _xuiScript,
number _x,
number _y,
number _width,
number _height,
string _text,
UIFont _font )
static

◆ ISRichTextPanel()

ISRichTextPanel ISXuiSkin::constructors::ISRichTextPanel ( XuiScript _xuiScript,
number _x,
number _y,
number _width,
number _height )
static

◆ ISScrollingListBox()

ISScrollingListBox ISXuiSkin::constructors::ISScrollingListBox ( XuiScript _xuiScript,
number _x,
number _y,
number _width,
number _height )
static

◆ ISSliderPanel()

ISSliderPanel ISXuiSkin::constructors::ISSliderPanel ( XuiScript _xuiScript,
number _x,
number _y,
number _width,
number _height,
unknown _target,
umbrella::ISSliderPanel::OnValueChange _onValueChange,
umbrella::ISSliderPanel::CustomPaginate _customPaginate )
static

◆ ISTabPanel()

ISTabPanel ISXuiSkin::constructors::ISTabPanel ( XuiScript _xuiScript,
number _x,
number _y,
number _width,
number _height )
static

◆ ISTextEntryBox()

ISTextEntryBox ISXuiSkin::constructors::ISTextEntryBox ( XuiScript _xuiScript,
string _title,
number _x,
number _y,
number _width,
number _height )
static

◆ ISTickBox()

ISTickBox ISXuiSkin::constructors::ISTickBox ( XuiScript _xuiScript,
number _x,
number _y,
number _width,
number _height,
string _name,
unknown _changeOptionTarget,
umbrella::ISTickBox::OnChange _changeOptionMethod,
unknown _changeOptionArg1,
unknown _changeOptionArg2 )
static

◆ ISToolTip()

ISToolTip ISXuiSkin::constructors::ISToolTip ( XuiScript _xuiScript)
static

◆ ISToolTipInv()

ISToolTipInv ISXuiSkin::constructors::ISToolTipInv ( XuiScript _xuiScript,
InventoryItem _item )
static

◆ ISWindow()

ISWindow ISXuiSkin::constructors::ISWindow ( XuiScript _xuiScript,
string _title,
number _x,
number _y,
number _width,
number _height )
static

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