Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
struct | ScopeReord |
Public Member Functions | |
OutputScopeManager () | |
void | Reset () |
void | PushScope () |
void | PopScope () |
void | AddNamespace (string prefix, string uri) |
void | InvalidateAllPrefixes () |
void | InvalidateNonDefaultPrefixes () |
string | LookupNamespace (string prefix) |
Private Member Functions | |
void | AddRecord (string prefix, string uri) |
Private Attributes | |
ScopeReord[] | _records = new ScopeReord[32] |
int | _lastRecord |
int | _lastScopes |
Definition at line 3 of file OutputScopeManager.cs.