Widget
Functions
Function Name | Usage | Description | Notes |
---|---|---|---|
GetProperties | Properties component:GetProperties() |
Alternative to properties, this gets the bag of values produced from the property editor for this script on this Entity. The properties are defined by the static Properties table on the table returned by the Lua script. | |
Show | component:Show() |
||
Hide | component:Hide() |
||
CallFunction | component:CallFunction(string function, ... args) |
Parameters
Parameter Name | Usage | Description | Notes |
---|---|---|---|
properties | unknown properties |
||
js | unknown js |
||
visible | unknown visible |
||
requiresCursor | unknown requiresCursor |
||
order | unknown order |
Overrides
Override Name | Usage | Description | Notes |
---|---|---|---|
index | object widget.var |
||
new_index | widget.var = object value |