OnLocationLoaded - Location
Jump to navigation
Jump to search
Member of: Location Script
Event called when the Location is loaded.
Syntax[edit | edit source]
Event OnLocationLoaded()
Parameters[edit | edit source]
None.
Examples[edit | edit source]
Event Location.OnLocationLoaded(Location akSender)
; Remote event registered for earlier
Debug.Trace(akSender + " has loaded!")
endEvent
Notes[edit | edit source]
Locations can't actually be scripted to get this event on a location you must register for it remotely.