How to export an int array

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Newby

I use my array to store what enemies will spawn in my spawner and it get a bit tedious when i need to choose what type of array it is every time i choose a size. How do i make my exported array always an int array type.

:bust_in_silhouette: Reply From: njamster

Here you go:

export (Array, int) var array