Remove all
Removing all of the controls. This function is very useful if we want to move to another room so that control of the room before will be deleted.
ui_clear_all ();
Return: True if successful
☀ TIPS |
---|
Always use the function ui_clear_all(); in the Room End event to reduce the memory usage. |