WoW:API CancelShapeshiftForm: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with '{{wowapi}} {{protectedapi|3.0|Use /cancelform macro command from secure execution paths.}} Cancels a druid's shapeshift buff. CancelShapeshiftForm(); == Details == * Shapeshift…')
 
mNo edit summary
Line 1: Line 1:
{{wowapi}} {{protectedapi|3.0|Use /cancelform macro command from secure execution paths.}}
{{protectedapi|3.0|Use /cancelform macro command from secure execution paths.}}{{wowapi}}
 
Cancels a druid's shapeshift buff.
Cancels a druid's shapeshift buff.
  CancelShapeshiftForm();
  CancelShapeshiftForm();

Revision as of 19:05, 16 March 2010

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.