Background for Fallout 4
Member of the ActiveMagicEffect script

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
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.