|
| 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) |