6 lines
322 B
Lua
6 lines
322 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param unit string
|
|
---@return 1nil isCharmed
|
|
---Returns whether a unit is currently charmed. A charmed unit is affected by Mind Control (or a similar effect) and thus hostile to units which are normally his or her allies.
|
|
function UnitIsCharmed(unit) end |