- Found in:
- Vanilla
eventOnEnterOutpostBeaconMode(ObjectReferenceakSenderRef)
Description
Documentation Comment
Event received when the player enters Outpost Beacon placeement mode.
Parameters
ObjectReferenceakSenderRef
Examples
Auto-Generated Example
Scriptname MyCoolScript extends RefCollectionAlias
event OnEnterOutpostBeaconMode(ObjectReference akSenderRef)
Debug.trace("Event received - OnEnterOutpostBeaconMode: akSenderRef = " + akSenderRef)
endEvent