Pixel-Composer/objects/_p_dialog/Destroy_0.gml
2024-08-10 12:30:41 +07:00

10 lines
216 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);
if(!passthrough) MOUSE_BLOCK = true;