Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Append (object context) |
object? | Pop () |
void | Push (object context) |
Properties | |
object? | Current [get] |
object? | this[int level] [get] |
object? | this[Type type] [get] |
Private Attributes | |
ArrayList | _contextStack |
Definition at line 5 of file ContextStack.cs.