UnitIsPossessed

From Warcraft Wiki
Jump to navigation Jump to search

Returns true if the unit is currently under control of another (e.g. Mind Control).

isTrue = UnitIsPossessed(unit)

Arguments

unit
string : UnitId

Returns

isTrue
boolean - true if the unit is a possessed, false otherwise.