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

◆ JumpSpeed()

static void Terraria.ModLoader.MountLoader.JumpSpeed ( Player mountedPlayer,
Mount::MountData mount,
ref float jumpSpeed,
float xVelocity )
inlinestatic

Definition at line 69 of file MountLoader.cs.

70 {
71 if (IsModMount(mount))
72 {
73 mount.ModMount.JumpSpeed(mountedPlayer, ref jumpSpeed, xVelocity);
74 }
75 }
static bool IsModMount(Mount.MountData mountData)

References Terraria.ModLoader.MountLoader.IsModMount().

Referenced by Terraria.Mount.JumpSpeed().

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