- Found in:
- Dylbills PE
eventOnLocationClearedGlobal(LocationakLocation)
Parameters
LocationakLocation
Examples
Auto-Generated Example
Scriptname MyCoolScript extends DbSkseEvents
event OnLocationClearedGlobal(Location akLocation)
Debug.trace("Event received - OnLocationClearedGlobal: akLocation = " + akLocation)
endEvent