|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| LongList () | |
| LongList (int startingSize) | |
| void | Add (long value) |
| void | StartEnumeration () |
| bool | MoveNext () |
| bool | RemoveElement (long value) |
Properties | |
| int | Count [get] |
| long | Current [get] |
Private Member Functions | |
| void | EnlargeArray () |
Private Attributes | |
| long[] | _values |
| int | _count |
| int | _totalItems |
| int | _currentItem |
Definition at line 3 of file LongList.cs.