Background for Starfield
Member of the ReferenceAlias script
eventOnPipboyRadioDetection(boolabDetected)

Description

Documentation Comment

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


Parameters

boolabDetected


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ReferenceAlias

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