|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| ObjectIDGenerator () | |
| virtual long | GetId (object obj, out bool firstTime) |
| virtual long | HasId (object obj, out bool firstTime) |
Package Attributes | |
| int | _currentCount |
Private Member Functions | |
| int | FindElement (object obj, out bool found) |
| void | Rehash () |
Private Attributes | |
| int | _currentSize |
| long[] | _ids |
| object[] | _objs |
Definition at line 6 of file ObjectIDGenerator.cs.