RSS

Пятница, 26.04.2024, 07:22
Главная » WoW API » API Функции » Юнит (Unit) »

UnitExists

[ править ]
Returns whether a unit exists
[клоны]
Returns whether a unit exists. A unit "exists" if it can be referenced by the player; e.g. party1 exists if the player is in a party with at least one other member (regardless of whether that member is nearby), target exists if the player has a target, npc exists if the player is currently interacting with an NPC, etc.

Signature:
Code
exists = UnitExists("unit") or UnitExists("name")


  • unit - A unit to query (string, unitID)
  • name - The name of a unit to query; only valid for player, pet, npc, and party/raid members (string)

    Returns:

    Code
    exists - 1 if the unit exists, otherwise nil (1nil)

  • Также смотрите: Юнит (Unit) , wow 4.2.2, Target, Привет по таргету, WoW API, UnitExists