|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| IAsyncLocalValueMap | Set (IAsyncLocal key, object value, bool treatNullValueAsNonexistent) |
| bool | TryGetValue (IAsyncLocal key, out object value) |
Package Functions | |
| MultiElementAsyncLocalValueMap (int count) | |
| void | UnsafeStore (int index, IAsyncLocal key, object value) |
Private Attributes | |
| readonly KeyValuePair< IAsyncLocal, object >[] | _keyValues |
Definition at line 210 of file AsyncLocalValueMap.cs.