You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OliverF edited this page Feb 25, 2014
·
1 revision
Removes the control from its parent control.
Syntax
nil control:Remove()
Returns
nil
Example
localbutton=RSAS.GUI.Control("button", "myButtonID")
locallabel=RSAS.GUI.Control("label", "myLabelID")
label:SetParent(button) --add label to button as a childlabel:Remove() --remove from button