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

◆ CanMoveForwardOnRope()

bool Terraria.Player.CanMoveForwardOnRope ( int dir,
int x,
int y )
inlineprivate

Definition at line 7905 of file Player.cs.

7906 {
7907 if (!true)
7908 {
7909 }
7910 Tile tile;
7911 bool flag = tile.active();
7912 Tile tile2;
7913 ushort type = tile2.type;
7914 int width = this.width;
7915 Tile tile3;
7916 bool flag2 = tile3.active();
7917 int num = 8;
7918 if (num == 0)
7919 {
7920 }
7921 Tile tile4;
7922 ushort type2 = tile4.type;
7923 if (num == 0)
7924 {
7925 if (num == 0)
7926 {
7927 }
7928 Tile tile5;
7929 bool flag3 = tile5.active();
7930 if (num == 0)
7931 {
7932 }
7933 Tile tile6;
7934 ushort type3 = tile6.type;
7935 }
7936 int width2 = this.width;
7937 bool wet = this.wet;
7938 if (num == 0)
7939 {
7940 }
7941 bool flag4;
7942 return flag4;
7943 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.active(), j__TPar, Terraria.Tile.type, Terraria.Entity.wet, and Terraria.Entity.width.