adventuregamestudio / ags

AGS editor and engine source code
Other
707 stars 159 forks source link

Editor: support arrays on Global Variables panel #2540

Closed ivan-mogilko closed 1 month ago

ivan-mogilko commented 1 month ago

Resolve #2536

Adds array option to Global Variable dialog: globalvariabledialog

This option has following choices:

In case of "Array" it also lets to input array's size. Dynamic arrays are supposed to be allocated in user script.