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

◆ ClearScene()

void Terraria.Cinematics.DSTFilm.ClearScene ( )
inlineprivate

Definition at line 64 of file DSTFilm.cs.

65 {
66 if (this._deerclops != null)
67 {
68 }
69 if (this._chester != null)
70 {
71 }
72 Player localPlayer = Main.LocalPlayer;
73 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Cinematics.DSTFilm._chester, Terraria.Cinematics.DSTFilm._deerclops, j__TPar, and Terraria.Main.LocalPlayer.

Referenced by Terraria.Cinematics.DSTFilm.OnEnd().