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

◆ BloodNautilus_GetMouthPositionAndRotation()

void Terraria.NPC.BloodNautilus_GetMouthPositionAndRotation ( [Out] Vector2 mouthPosition,
[Out] Vector2 mouthDirection )
inline

Definition at line 4280 of file NPC.cs.

4281 {
4282 int num = this.spriteDirection;
4283 float num2 = this.rotation;
4285 Vector2 center = base.Center;
4286 float x = mouthDirection.X;
4287 float y = mouthDirection.Y;
4288 if (num == 0)
4289 {
4290 }
4292 }
class f__AnonymousType0<< Count > j__TPar
int spriteDirection
Definition NPC.cs:11489
float rotation
Definition NPC.cs:11465

References j__TPar, Terraria.NPC.rotation, Terraria.NPC.spriteDirection, and Microsoft.Xna.Framework.Vector2.X.