RSS

Понедельник, 06.05.2024, 04:05
Главная » WoW API » API Функции » Действия »

GetActionTexture

[ править ]
Returns the icon texture for an action.
[клоны]
Returns the icon texture for an action. Can be the icon of a spell or item, the icon manually set for a macro, or an icon reflecting the current state of a macro.

Signature:
Code
texture = GetActionTexture(slot)

Arguments:
  • slot - An action bar slot (number, actionID)

Returns:
  • texture - Path to an icon texture for the action in the slot, or nil if the slot is empty (string)

Также смотрите: Действия , Action functions
Ссылки: http://wowprogramming.com/docs/api/GetActionTexture