View Single Post
09-19-19, 07:33 AM   #3
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 320
Thanks, but rIngameModelViewer uses playerModelFrame:setDisplayInfo(displayID).
If I wanted to do this, I would first need the displayID. So my questions would be:

How to get the displayID of shapeshift forms?

When I do

Code:
playerModelFrame:SetUnit("player")
print(playerModelFrame:GetDisplayInfo())
I always get 0.


UPDATE: OK, this has already been answered 3 years ago...

Last edited by LudiusMaximus : 09-22-19 at 04:00 PM. Reason: Found explanation elsewhere.
  Reply With Quote