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

◆ TurnPlayerToTheLeft()

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

Definition at line 197 of file DSTFilm.cs.

198 {
199 if (!true)
200 {
201 }
202 Player localPlayer = Main.LocalPlayer;
203 Projectile chester = this._chester;
204 Projectile chester2 = this._chester;
205 NPC deerclops = this._deerclops;
206 float[] ai = deerclops.ai;
207 deerclops.TargetClosest(true);
208 }
class f__AnonymousType0<< Count > j__TPar
float[] ai
Definition NPC.cs:11384

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