|
|
@ -528,6 +528,7 @@ function Unit:IsMovingAtAll() |
|
|
|
return ObjectMovementFlag(self:GetOMToken()) ~= 0 |
|
|
|
return ObjectMovementFlag(self:GetOMToken()) ~= 0 |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
---@param unit Unit | nil |
|
|
|
---@return number |
|
|
|
---@return number |
|
|
|
function Unit:GetComboPoints(unit) |
|
|
|
function Unit:GetComboPoints(unit) |
|
|
|
if Tinkr.classic then |
|
|
|
if Tinkr.classic then |
|
|
@ -548,6 +549,7 @@ function Unit:GetComboPointsMax() |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
-- Get combopoints deficit |
|
|
|
-- Get combopoints deficit |
|
|
|
|
|
|
|
---@param unit Unit | nil |
|
|
|
---@return number |
|
|
|
---@return number |
|
|
|
function Unit:GetComboPointsDeficit(unit) |
|
|
|
function Unit:GetComboPointsDeficit(unit) |
|
|
|
if Tinkr.classic then |
|
|
|
if Tinkr.classic then |
|
|
|