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

Description

Documentation Comment

Creates a new ModEvent and returns the handle.


Caveats


Parameters

stringeventName


Examples

Auto-Generated Example

string myString__eventName

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