Background for Skyrim SE
Member of the SpawnerTask script
ObjectReference[]functionRun(inthandle)NativeGlobal

Description

Documentation Comment

Runs the task and returns the spawned references in an array. May return arrays with a size larger than 128.
The resources allocated to the task are freed in the process, so the same task handle cannot be run twice.
(Function type: latent)


Caveats


Parameters

inthandle


Examples

Auto-Generated Example

int myInt__handle

ObjectReference[] returnedValue = SpawnerTask.Run(myInt__handle)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.