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

◆ GetSecondaryShader()

ArmorShaderData Terraria.Graphics.Shaders.ArmorShaderDataSet.GetSecondaryShader ( int id,
Player player )
inline

Definition at line 89 of file ArmorShaderDataSet.cs.

90 {
91 if (id == 0)
92 {
93 return;
94 }
96 if (this._shaderData != null)
97 {
99 return;
100 }
101 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Graphics.Shaders.ArmorShaderDataSet._shaderData, Terraria.Graphics.Shaders.ArmorShaderDataSet._shaderDataCount, and j__TPar.