Pixel-Composer/objects/o_dialog_add_node/Destroy_0.gml

5 lines
89 B
Text
Raw Normal View History

2022-01-13 05:24:03 +01:00
/// @description
event_inherited();
2024-12-29 10:12:24 +01:00
ds_list_destroy(node_list);
2023-08-09 11:52:57 +02:00
WIDGET_CURRENT = noone;