Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Returns whether you can inspect a particular unit.

canInspect = CanInspect("unit"[, showError])

Arguments

unit
String (unitId) - Unit to check inspectability of.
showError
Flag - If true, the function will display an error message ("You can't inspect that unit") if you cannot inspect the specified unit.

Returns

canInspect
Flag - 1 if you can inspect the specified unit, nil otherwise.

Details

  • You cannot inspect NPCs, nor PvP-enabled hostile players in PvP-enabled locations.
  • This function doesn't check whether you're close enough to the unit to inspect it; use CheckInteractDistance for that.

See also

Advertisement