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