mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
/// @description init
|
|
if(sHOVER) HOVER = noone;
|
|
if(sFOCUS) setFocus(noone);
|
|
|
|
WIDGET_CURRENT = noone;
|
|
ds_list_remove(DIALOGS, self);
|
|
|
|
if(parent) array_remove(parent.children, id); |