Pixel-Composer/objects/o_dialog_scrollbox_horizontal/Destroy_0.gml

6 lines
112 B
Plaintext
Raw Normal View History

2024-07-15 10:43:30 +02:00
/// @description init
event_inherited();
if(initVal > -1)
scrollbox.onModify(initVal);
scrollbox.open = false;