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

◆ CreatePortal()

void Terraria.Cinematics.DD2Film.CreatePortal ( FrameEventData evt)
inlineprivate

Definition at line 159 of file DD2Film.cs.

160 {
161 float x = this._startPoint.X;
162 float y = this._startPoint.Y;
163 if (50032 == 0)
164 {
165 }
166 NPC npc;
167 this._portal = npc;
168 npc.immortal = true;
169 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Cinematics.DD2Film._startPoint, j__TPar, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.