Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
TextEvent (string text) | |
TextEvent (Compiler compiler) | |
override bool | Output (Processor processor, ActionFrame frame) |
virtual string | Evaluate (Processor processor, ActionFrame frame) |
virtual void | ReplaceNamespaceAlias (Compiler compiler) |
Protected Member Functions | |
TextEvent () | |
Private Attributes | |
readonly string | _text |
Definition at line 3 of file TextEvent.cs.