Pixel-Composer/objects/_p_dialog/Destroy_0.gml

8 lines
178 B
Plaintext
Raw Normal View History

2022-01-13 05:24:03 +01:00
/// @description init
2022-11-03 11:44:49 +01:00
if(sHOVER) HOVER = noone;
if(sFOCUS) setFocus(noone);
2022-01-13 05:24:03 +01:00
2023-01-17 08:11:55 +01:00
WIDGET_CURRENT = noone;
2023-02-28 09:43:01 +01:00
ds_list_remove(DIALOGS, self);
if(parent) array_remove(parent.children, id);