Background for Starfield
Member of the RefCollectionAlias script
eventOnOutpostPlaced(ObjectReferenceakSenderRef, ObjectReferenceakOutpostBeacon)

Description

Documentation Comment

Received when player placed an outpost beacon


Parameters

ObjectReferenceakSenderRef

ObjectReferenceakOutpostBeacon


Examples

Auto-Generated Example

Scriptname MyCoolScript extends RefCollectionAlias

event OnOutpostPlaced(ObjectReference akSenderRef, ObjectReference akOutpostBeacon)
    Debug.trace("Event received - OnOutpostPlaced: akSenderRef = " + akSenderRef + " akOutpostBeacon = " + akOutpostBeacon)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.