Beta Documentation - Subject to change.

Gets the player's mount.

Syntax

Lua
function LocalPlayer:GetMount();

Returns

Type: Mount
A reference to the player's current mount of nil if the player is not riding a mount.

Remarks

Gets the player's mount if they are currently mounted.

See Also