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

◆ HeightOffsetBoost

int Terraria.Player.HeightOffsetBoost
get

Definition at line 268 of file Player.cs.

269 {
270 get
271 {
272 Mount mount = this.mount;
273 int heightBoost;
274 if (mount._active)
275 {
276 heightBoost = mount.HeightBoost;
277 return heightBoost;
278 }
279 if (mount != null)
280 {
281 return heightBoost;
282 }
283 }
284 }
int HeightBoost
Definition Mount.cs:256