OnLocationLoaded - Location
Revision as of 16:41, 17 November 2015 by imported>Plplecuyer (→Examples)
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.