WoW:API DestroyTotem: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Page created)
 
m (Move page script moved page API DestroyTotem to API DestroyTotem without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

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.