Background for Skyrim SE
Member of the Utility script
Alias[]functionResizeAliasArray(Alias[]source, intsize, Aliasfill=NONE)NativeGlobal


Parameters

  1. Alias[]source

  2. intsize

  3. Aliasfill=NONE


Examples

Auto-Generated Example

Alias[] myAliasArray__source
int myInt__size
Alias myAlias__fill

Alias[] returnedValue = Utility.ResizeAliasArray(myAliasArray__source, myInt__size, myAlias__fill)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.