WoW:API CancelShapeshiftForm: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API CancelShapeshiftForm to API CancelShapeshiftForm without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{protectedapi|3.0|Use /cancelform macro command from secure execution paths.}}{{wowapi}}
{{wowapi}} {{protectedapi|3.0|Use /cancelform macro command from secure execution paths.}}
 
Cancels a druid's shapeshift buff.
Cancels a druid's shapeshift buff.
  CancelShapeshiftForm();
  CancelShapeshiftForm();

Latest revision as of 04:45, 15 August 2023

WoW API < CancelShapeshiftForm

Cancels a druid's shapeshift buff.

CancelShapeshiftForm();

Details[edit]

  • 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.