papyrus-compiler icon indicating copy to clipboard operation
papyrus-compiler copied to clipboard

Create array with size determined at runtime

Open Scrabx3 opened this issue 1 year ago • 1 comments

Being able to allocate arrays dynamically without relying on a script extender wrapper functions,

int i = 4
int[] a = new int[i]

Scrabx3 avatar Nov 18 '22 19:11 Scrabx3