Click or drag to resize
TypewriterTypedCharacter Property
Gets a callback for whenever a character has been typed out.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public TypewriterTypewriterCharacterEvent TypedCharacter { get; }

Property Value

Type: TypewriterTypewriterCharacterEvent
A callback for whenever a character has been typed out.
Remarks
Use this event to e.g., play a sound effect.
See Also