Difference between revisions of "OnLocationCleared - Location"
Jump to navigation
Jump to search
imported>Plplecuyer |
imported>Goggle m (→Notes: Wont be sent for already cleared locations that are "cleared" again.) |
||
Line 24: | Line 24: | ||
== Notes == | == Notes == | ||
Locations can't actually be scripted to get this event on a location you must register for it remotely. | Locations can't actually be scripted to get this event on a location you must register for it remotely. | ||
When a location is flagged as cleared already, this event will not be sent even if you clear it again(the flag is not reset ever). | |||
== See Also == | == See Also == | ||
*[[Location Script]] | *[[Location Script]] |
Revision as of 01:44, 5 September 2016
Member of: Location Script
Event called when the Location is cleared.
Syntax
Event OnLocationCleared()
Parameters
None.
Examples
Event Location.OnLocationCleared(Location akSender)
; Remote event from some location that we registered for beforehand
Debug.Trace(akSender + " has been cleared!")
endEvent
Notes
Locations can't actually be scripted to get this event on a location you must register for it remotely. When a location is flagged as cleared already, this event will not be sent even if you clear it again(the flag is not reset ever).