| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Package Functions | |
| int | GetId (bool trackAllValues) | 
| bool | IdTracksAllValues (int id) | 
| void | ReturnId (int id, bool idTracksAllValues) | 
Properties | |
| int | IdsThatDoNotTrackValuesCount [get] | 
Private Attributes | |
| int | _nextIdToTry | 
| volatile int | _idsThatDoNotTrackAllValues | 
| readonly List< byte > | _ids = new List<byte>() | 
Definition at line 32 of file ThreadLocal.cs.