 | TypewriterTypedCharacter Property |
Gets a callback for whenever a character has been typed out.
Namespace: Candlelight.UIAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic TypewriterTypewriterCharacterEvent TypedCharacter { get; }Property Value
Type:
TypewriterTypewriterCharacterEventA callback for whenever a character has been typed out.
RemarksUse this event to e.g., play a sound effect.
See Also