- Found in:
- Vanilla
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