View Single Post
10/24/23, 04:25 PM   #1
sinnereso
AddOn Author - Click to view addons
Join Date: Oct 2022
Posts: 247
Exclamation [notabug]GetTargetMountedStateInfo() issues

Code:
local _, isRidingGroupMount, hasFreePassengerSlot = GetTargetMountedStateInfo(playerDisplayName)
Returns true / true for isRidingGroupMount / hasFreePassengerSlot when the "playerDisplayName" has ONLY selected a dual rider mount in collections and is NOT mounted.

Will return false / false ONLY if "playerDisplayName" has a regular single seat mount selected in collections.
  Reply With Quote