Background for Skyrim SE
Member of the ModEvent script
boolfunctionSend(inthandle)NativeGlobal

Description

Documentation Comment

Sends the ModEvent and releases it.
Returns true, if it was sent successfully, false if an error happened.


Caveats


Parameters

inthandle


Examples

Auto-Generated Example

int myInt__handle

bool returnedValue = ModEvent.Send(myInt__handle)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.