|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| RecursionLimiter () | |
Properties | |
| bool | IsExceededLimit [get] |
| int | Depth [get, set] |
| WorkItems | DeferredWorkItems [get] |
Private Attributes | |
| readonly int | _maxDepth |
| int | _depth |
| WorkItems | _deferredWorkItems |
Definition at line 3 of file RecursionLimiter.cs.