OnLocationLoaded - Location
Member of: Location Script
Event called when the Location is loaded.
SyntaxEdit
Event OnLocationLoaded()
ParametersEdit
None.
ExamplesEdit
Event Location.OnLocationLoaded(Location akSender)
; Remote event registered for earlier
Debug.Trace(akSender + " has loaded!")
endEvent
NotesEdit
Locations can't actually be scripted to get this event on a location you must register for it remotely.