Syntax
| Lua |
|---|
function LocalPlayer:GetMount(); |
Returns
Type: MountA 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.
| Lua |
|---|
function LocalPlayer:GetMount(); |