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

◆ MouthPosition

Microsoft.Xna.Framework.? Vector2 Terraria.Player.MouthPosition
get

Definition at line 14102 of file Player.cs.

14103 {
14104 get
14105 {
14106 Mount mount = this.mount;
14107 if (mount._active)
14108 {
14110 if (mouthPosition != null)
14111 {
14112 IntPtr invoke_impl = mouthPosition.invoke_impl;
14113 IntPtr method_code = mouthPosition.method_code;
14114 IntPtr method = mouthPosition.method;
14115 }
14116 }
14117 int direction = this.direction;
14118 float num = this.gravDir;
14120 float num2 = this.fullRotation;
14121 if (direction == 0)
14122 {
14123 }
14124 if (direction == 0)
14125 {
14126 return;
14127 }
14128 }
14129 }
class f__AnonymousType0<< Count > j__TPar
Mount.MountDelegatesData Delegations
Definition Mount.cs:538
Microsoft.Xna.Framework.Vector2 MountedCenter
Definition Player.cs:369
float fullRotation
Definition Player.cs:21314

Referenced by Terraria.Player.ItemCheck_EmitDrinkParticles(), and Terraria.Player.ItemCheck_EmitFoodParticles().