Pixel-Composer/objects/o_dialog_scrollbox/Destroy_0.gml

6 lines
112 B
Plaintext
Raw Normal View History

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