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

◆ SlimeDontHyperJump

bool Terraria.Player.SlimeDontHyperJump
get

Definition at line 6335 of file Player.cs.

6336 {
6337 get
6338 {
6339 Mount mount = this.mount;
6340 if (!mount._active)
6341 {
6342 return;
6343 }
6345 if (this.wetSlime != 0)
6346 {
6347 bool flag = this.controlJump;
6349 }
6350 }
6351 }
class f__AnonymousType0<< Count > j__TPar
bool IsConsideredASlimeMount
Definition Mount.cs:480