WoW API: DestroyTotem

WoW API < DestroyTotem

Destroys one specific totem.

DestroyTotem(slotId);


ArgumentsEdit

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


ReturnsEdit

nil


Triggers EventsEdit


ExampleEdit

DestroyTotem(1);

Result

Destroys your Fire type totem, if active.