TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ JumpHeight()

static void Terraria.ModLoader.MountLoader.JumpHeight ( Player mountedPlayer,
Mount::MountData mount,
ref int jumpHeight,
float xVelocity )
inlinestatic

Definition at line 61 of file MountLoader.cs.

62 {
63 if (IsModMount(mount))
64 {
65 mount.ModMount.JumpHeight(mountedPlayer, ref jumpHeight, xVelocity);
66 }
67 }
static bool IsModMount(Mount.MountData mountData)

References Terraria.ModLoader.MountLoader.IsModMount().

Referenced by Terraria.Mount.JumpHeight().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: