- Found in:
- Vanilla
eventOnHolotapePlay(ObjectReferenceaTerminalRef)
Description
Documentation Comment
Event that occurs when a holotape is played via Pipboy or terminal.
Parameters
ObjectReferenceaTerminalRef
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ActiveMagicEffect
event OnHolotapePlay(ObjectReference aTerminalRef)
Debug.trace("Event received - OnHolotapePlay: aTerminalRef = " + aTerminalRef)
endEvent