Background for Starfield
Member of the RefCollectionAlias script
eventOnPipboyRadioDetection(ObjectReferenceakSenderRef, boolabDetected)

Description

Documentation Comment

Event that occurs when the Pipboy enters/leaves the outer-radius of this radio ref


Parameters

ObjectReferenceakSenderRef

boolabDetected


Examples

Auto-Generated Example

Scriptname MyCoolScript extends RefCollectionAlias

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