WoW:API DestroyTotem: Difference between revisions
Jump to navigation
Jump to search
(Page created) |
m (Move page script moved page API DestroyTotem to WoW:API DestroyTotem without leaving a redirect) |
Latest revision as of 04:45, 15 August 2023
← 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.