Background for Skyrim SE
Member of the DbSkseEvents script

Parameters

  1. LocationakLocation


Examples

Auto-Generated Example

Scriptname MyCoolScript extends DbSkseEvents

event OnLocationClearedGlobal(Location akLocation)
    Debug.trace("Event received - OnLocationClearedGlobal: akLocation = " + akLocation)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.