Background for Skyrim SE
Member of the DbSkseEvents script

Description

Documentation Comment

events ===========================================================================================================================================================================
as of version 6.3 OnLoadGameGlobal doesn't have to be registered for, it is always sent.


Examples

Auto-Generated Example

Scriptname MyCoolScript extends DbSkseEvents

event OnLoadGameGlobal()
    Debug.trace("Event received - OnLoadGameGlobal")
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.