Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
HandleCollector (string? name, int initialThreshold) | |
HandleCollector (string? name, int initialThreshold, int maximumThreshold) | |
void | Add () |
void | Remove () |
Properties | |
int | Count [get] |
int | InitialThreshold [get] |
int | MaximumThreshold [get] |
string | Name [get] |
Private Attributes | |
int | _threshold |
int | _handleCount |
readonly int[] | _gcCounts = new int[3] |
int | _gcGeneration |
Definition at line 5 of file HandleCollector.cs.