- Found in:
- SKSE
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)