- Found in:
- Vanilla
eventOnLocationChange(LocationakOldLoc, LocationakNewLoc)
Description
Documentation Comment
Event that is triggered when this actor changes from one location to another (only if this alias points at an actor)
Parameters
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnLocationChange(Location akOldLoc, Location akNewLoc)
Debug.trace("Event received - OnLocationChange: akOldLoc = " + akOldLoc + " akNewLoc = " + akNewLoc)
endEvent