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

◆ Has() [2/2]

bool ReLogic.Utilities.SlotVector< T >.Has ( SlotId id)
inline

Definition at line 195 of file SlotVector.cs.

196 {
197 SlotVector.ItemPair[] array = this._array;
198 if (this._array == null)
199 {
200 }
201 bool flag;
202 return flag;
203 }
readonly SlotVector< T >.ItemPair[] _array

References ReLogic.Utilities.SlotVector< T >._array, and System.array.