Pixel-Composer/objects/o_dialog_scrollbox/Destroy_0.gml

5 lines
94 B
Plaintext
Raw Normal View History

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