Pixel-Composer/objects/o_dialog_scrollbox/Destroy_0.gml

5 lines
94 B
Text
Raw Normal View History

2022-01-13 11:24:03 +07:00
/// @description init
event_inherited();
2023-02-17 17:31:33 +07:00
scrollbox.onModify(initVal);
2022-01-13 11:24:03 +07:00
scrollbox.open = false;