WoW API: DestroyTotem

From AddOn Studio
Jump to navigation Jump to search

WoW API < DestroyTotem

Destroys one specific totem.

DestroyTotem(slotId);


Arguments[edit]

(slotId)
slotId
Number - The totem type to be destroyed, where Fire is 1, Earth is 2, Water is 3 and Air is 4.


Returns[edit]

nil


Triggers Events[edit]


Example[edit]

DestroyTotem(1);

Result

Destroys your Fire type totem, if active.