Pixel-Composer/objects/o_dialog_scrollbox_horizontal/Destroy_0.gml
2024-07-15 15:43:30 +07:00

6 lines
112 B
Plaintext

/// @description init
event_inherited();
if(initVal > -1)
scrollbox.onModify(initVal);
scrollbox.open = false;