Pixel-Composer/objects/_p_dialog/Destroy_0.gml
2023-02-28 15:43:01 +07:00

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);