Files
wow_Meta/api/IsPossessBarVisible.lua
2025-05-04 14:35:26 +02:00

6 lines
354 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return 1nil isVisible
---Returns whether a special action bar should be shown while the player possesses another unit. Used in the default UI to switch between using the ShapeshiftBarFrame or PossessBarFrame to show actions belonging to the possessed unit.
function IsPossessBarVisible() end