- Found in:
- Vanilla
eventOnHolotapeChatter(stringastrChatter, floatafNumericData)
Description
Documentation Comment
Event that occurs when a flash program on a holotape wants to communicate with script.
Parameters
stringastrChatter
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