terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Recycle< T >()

void Terraria.ID.SetFactory.Recycle< T > ( T[] buffer)
inline

Definition at line 95 of file SetFactory.cs.

96 {
97 object queueLock = this._queueLock;
99 if (buffer != null && buffer == null)
100 {
101 throw new InvalidCastException();
102 }
103 }
class f__AnonymousType0<< Count > j__TPar
readonly Queue< bool[]> _boolBufferCache

References Terraria.ID.SetFactory._boolBufferCache, Terraria.ID.SetFactory._queueLock, and j__TPar.