Pixel-Composer/objects/o_dialog_scrollbox_horizontal/Destroy_0.gml

8 lines
198 B
Plaintext
Raw Normal View History

2024-07-15 10:43:30 +02:00
/// @description init
event_inherited();
if(initVal > -1)
scrollbox.onModify(initVal);
2024-08-13 13:17:45 +02:00
scrollbox.open = false;
if(FOCUS == noone && instance_number(o_dialog_scrollbox) == 1) FOCUS = FOCUS_BEFORE;