Background for Fallout 4
Member of the RefCollectionAlias script
eventOnHolotapePlay(ObjectReferenceakSenderRef, ObjectReferenceaTerminalRef)

Description

Documentation Comment

Event that occurs when a holotape is played via Pipboy or terminal.


Parameters

  1. ObjectReferenceakSenderRef

  2. ObjectReferenceaTerminalRef


Examples

Auto-Generated Example

Scriptname MyCoolScript extends RefCollectionAlias

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