WoW API: CancelShapeshiftForm

Revision as of 19:03, 16 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} {{protectedapi|3.0|Use /cancelform macro command from secure execution paths.}} Cancels a druid's shapeshift buff. CancelShapeshiftForm(); == Details == * Shapeshift…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < CancelShapeshiftForm

Cancels a druid's shapeshift buff.

CancelShapeshiftForm();

Details

  • Shapeshifting cannot be cancelled through normal buff functions as that would allow insecure code to manipulate the [form] macro conditional.
  • You can use /cancelform in a macro instead.