Pixel-Composer/objects/o_dialog_scrollbox/Destroy_0.gml

6 lines
112 B
Text
Raw Normal View History

2022-01-13 11:24:03 +07:00
/// @description init
event_inherited();
2023-10-27 18:55:31 +07:00
if(initVal > -1)
scrollbox.onModify(initVal);
2022-01-13 11:24:03 +07:00
scrollbox.open = false;