Background for Fallout 4
Member of the ReferenceAlias script
eventOnHolotapeChatter(stringastrChatter, floatafNumericData)

Description

Documentation Comment

Event that occurs when a flash program on a holotape wants to communicate with script.


Parameters

  1. stringastrChatter

  2. floatafNumericData


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ReferenceAlias

event OnHolotapeChatter(string astrChatter, float afNumericData)
    Debug.trace("Event received - OnHolotapeChatter: astrChatter = " + astrChatter + " afNumericData = " + afNumericData)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.