|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| void | Push (object obj) |
| void | EnsureSetAsIsReference (object obj) |
| void | Pop (object obj) |
| bool | Contains (object obj) |
Private Attributes | |
| int | _count |
| object[] | _objectArray |
| bool[] | _isReferenceArray |
| Dictionary< object, object > | _objectDictionary |
Static Private Attributes | |
| const int | MaximumArraySize = 16 |
| const int | InitialArraySize = 4 |
Definition at line 5 of file ObjectReferenceStack.cs.