|
Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
|
This is the complete list of members for ISDebugUtils, including all inherited members.
| addButton(ISUIElement _self, unknown _data, number _x, number _y, number _w, number _h, string _title, fun(target:unknown, button:ISButton, :::::::unknown) _func) | ISDebugUtils | static |
| addComboBox(ISUIElement _self, unknown _data, number _x, number _y, number _w, nil _font, fun(target:unknown, combo:ISComboBox, :::::::unknown) _func) | ISDebugUtils | static |
| addHorzBar(ISUIElement _self, number _y) | ISDebugUtils | static |
| addLabel(ISUIElement _self, unknown _data, number _x, number _y, string _title, UIFont _font, boolean _bLeft) | ISDebugUtils | static |
| addLabelNoReturnOffset(ISUIElement _self, string _data, number _x, number _y, string _title, UIFont _font, boolean _bLeft) | ISDebugUtils | static |
| addSlider(ISUIElement _self, unknown _data, number _x, number _y, number _w, number _h, fun(target:unknown, value:number, slider:ISSliderPanel) _func) | ISDebugUtils | static |
| addSliderNoReturnOffset(ISUIElement _self, string _data, number _x, number _y, number _w, number _h, fun(target:unknown, value:number, slider:ISSliderPanel) _func) | ISDebugUtils | static |
| addTextEntryBox(ISUIElement _self, unknown _data, string _title, number _x, number _y, number _w, number _h) | ISDebugUtils | static |
| addTickBox(ISUIElement _self, unknown _data, number _x, number _y, number _w, number _h, string _title, { text:string, ticked:boolean }[] options, umbrella::ISTickBox::OnChange _func) | ISDebugUtils | static |
| clamp01(number _n) | ISDebugUtils | static |
| initHorzBars(ISUIElement _self, number _x, number _width) | ISDebugUtils | static |
| onMouseWheel(number del) | ISDebugUtils | |
| printval(number _v, number _d) | ISDebugUtils | static |
| renderHorzBars(ISUIElement _self) | ISDebugUtils | static |
| roundNum(number num, number numDecimalPlaces) | ISDebugUtils | static |
| roundNum(number num, number numDecimalPlaces) | ISDebugUtils | static |