|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| LocalScope () | |
| LocalScope (LocalScope parent) | |
| bool | TryGetValue (string key, [NotNullWhen(true)] out LocalBuilder value) |
| void | AddToFreeLocals (Dictionary<(Type, string), Queue< LocalBuilder > > freeLocals) |
Public Attributes | |
| readonly LocalScope | parent |
Properties | |
| LocalBuilder | this[string key] [get, set] |
Private Attributes | |
| readonly Dictionary< string, LocalBuilder > | _locals |
Definition at line 7 of file LocalScope.cs.