OnLocationLoaded - Location

Revision as of 16:41, 17 November 2015 by imported>Plplecuyer (→‎Examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

See AlsoEdit