13 lines
461 B
Lua
13 lines
461 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@alias totemSlot
|
|
---| 1 - Fire (or Death Knight's ghoul)
|
|
---| 2 - Earth
|
|
---| 3 - Water
|
|
---| 4 - Air
|
|
|
|
---@param slot totemSlot
|
|
---Targets one of the player's totems (or a Death Knight's ghoul). Totem functions are also used for ghouls summoned by a Death Knight's Raise Dead ability (if the ghoul is not made a controllable pet by the Master of Ghouls talent).
|
|
function TargetTotem(slot) end
|