RSS

Среда, 08.05.2024, 15:09
Главная » WoW API » API Виджеты » Внутриигровая подсказка »

isUnit = GameTooltip:IsUnit("unit")

[ править ]
Returns whether the tooltip is displaying information for a given unit.
[клоны]
Returns whether the tooltip is displaying information for a given unit.


Signature:
Code
isUnit = GameTooltip:IsUnit("unit")

Arguments:
  • unit - A unit to query (string, unitID)

Returns:
  • isUnit - 1 if the tooltip is displaying information for the unit; otherwise nil (1nil)

Также смотрите: Внутриигровая подсказка
Ссылки: http://wowprogramming.com/docs/widgets/GameTooltip/IsUnit