WoW API: DestroyTotem

From AddOn Studio
Revision as of 21:15, 26 April 2008 by WoWWiki>Gamaron (Page created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < DestroyTotem

Destroys one specific totem.

DestroyTotem(slotId);


Arguments

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


Returns

nil


Triggers Events


Example

DestroyTotem(1);

Result

Destroys your Fire type totem, if active.