Background for Skyrim SE
Member of the SpawnerTask script
intfunctionCreate()NativeGlobal

Description

Documentation Comment

Creates a new SpawnerTask and returns a handle, which is an identifier for the created task.
The task handle is valid until the task has been run or canceled, or until the calling stack has exited.
(Function type: non-delayed)


Caveats


Examples

Auto-Generated Example

int returnedValue = SpawnerTask.Create()
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.