Terraria.ModLoader.MountLoader

This serves as the central place from which mounts are stored and mount-related functions are carried out.

Methods

GetMount(System.Int32)()
Gets the ModMountData instance corresponding to the given type. Returns null if no ModMountData has the given type.
UseAbility(Terraria.Player,Microsoft.Xna.Framework.Vector2,System.Boolean)()
Allows you to make things happen while the mouse is pressed while the mount is active. Called each tick the mouse is pressed.
AimAbility(Terraria.Mount,Terraria.Player,Microsoft.Xna.Framework.Vector2)()
Allows you to make things happen when the mount ability is aiming (while charging).