Background for Skyrim SE
Member of the JArray script
int[]functionasIntArray(intobject)NativeGlobal

Description

Documentation Comment

Copy all items to new native Papyrus array of dynamic size.
Items not matching the requested type will have default
values as the ones from the getInt/Flt/Str/Form functions.


Caveats


Parameters

intobject


Examples

Auto-Generated Example

int myInt__object

int[] returnedValue = JArray.asIntArray(myInt__object)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.