m
Move page script moved page API CastPetAction to WoW:API CastPetAction without leaving a redirect
(upgraded deprecated template) |
m (Move page script moved page API CastPetAction to WoW:API CastPetAction without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 4: | Line 4: | ||
Cast the corresponding pet skill. | Cast the corresponding pet skill. | ||
CastPetAction(index); | CastPetAction(index, [unit]); | ||
---- | ---- | ||
| Line 11: | Line 11: | ||
: (index) | : (index) | ||
:; index : Number - The index of the pet skill for query. | :; index : Number - The index of the pet skill for query. | ||
: (unit) | |||
:; unit : [[UnitId]] - Optional UnitId | |||
---- | ---- | ||