- Found in:
- PO3's PE
eventOnLocationDiscovery(stringasRegionName, stringasWorldspaceName)
Registration Control Functions
Parameters
stringasRegionName
stringasWorldspaceName
Examples
Auto-Generated Example
Scriptname MyCoolScript extends PO3_Events_Alias
event OnLocationDiscovery(string asRegionName, string asWorldspaceName)
Debug.trace("Event received - OnLocationDiscovery: asRegionName = " + asRegionName + " asWorldspaceName = " + asWorldspaceName)
endEventAdditional References
View this event on the GitHub Wiki for powerofthree's Papyrus Extender
