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

◆ RemoveDSTShaderItem()

void Terraria.Cinematics.DSTFilm.RemoveDSTShaderItem ( FrameEventData evt)
inlineprivate

Definition at line 87 of file DSTFilm.cs.

88 {
89 if (!true)
90 {
91 }
92 Player localPlayer = Main.LocalPlayer;
93 Item oldItem = this._oldItem;
94 Item[] armor = localPlayer.armor;
95 if (oldItem == null || oldItem != null)
96 {
98 return;
99 }
100 throw new ArrayTypeMismatchException();
101 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Cinematics.DSTFilm._oldItem, j__TPar, and Terraria.Main.LocalPlayer.