Appearance
types.draggable_ui_feature
A feature rendered from script-provided custom UI language source
Functions
get_node(id : string): types.ui_node
Finds a node by its UI language id.
provide_property(name : string, value : any)
Supplies a constant or zero-argument function to #property UI bindings.
connect(id : string, handler : function)
Connects a node id to a Lua click handler, like Java's @ConnectNode.
