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

◆ AimAbility()

static void Terraria.ModLoader.MountLoader.AimAbility ( Mount mount,
Player player,
Vector2 mousePosition )
inlinestatic

Allows you to make things happen when the mount ability is aiming (while charging).

Parameters
mount
player
mousePosition

Definition at line 125 of file MountLoader.cs.

126 {
127 //IL_0019: Unknown result type (might be due to invalid IL or missing references)
128 if (IsModMount(mount._data))
129 {
130 mount._data.ModMount.AimAbility(player, mousePosition);
131 }
132 }
static bool IsModMount(Mount.MountData mountData)

References Terraria.Mount._data, Terraria.ModLoader.MountLoader.IsModMount(), and Terraria.Mount.MountData.ModMount.

Referenced by Terraria.Mount.AimAbility().

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