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

◆ TryAllowingSnappingToPosition()

void Terraria.Player.TryAllowingSnappingToPosition ( bool canSnapToPosition,
Microsoft::Xna::Framework::Vector2 pos1,
Microsoft::Xna::Framework::Vector2 pos2 )
inlineprivate

Definition at line 9859 of file Player.cs.

9860 {
9861 int width = this.width;
9862 if (width == 0)
9863 {
9864 }
9865 int height = this.height;
9866 if (width == 0)
9867 {
9868 }
9870 if (width == 0)
9871 {
9872 }
9873 int height2 = this.height;
9874 int height3 = this.height;
9875 if (width == 0)
9876 {
9877 }
9879 int height4 = this.height;
9880 if (width == 0)
9881 {
9882 }
9884 int height5 = this.height;
9885 if (width == 0)
9886 {
9887 }
9888 int height6 = this.height;
9889 if (width == 0)
9890 {
9891 }
9893 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Entity.height, j__TPar, and Terraria.Entity.width.