Initial commit
This commit is contained in:
6
api/SpellIsSelfBuff.lua
Normal file
6
api/SpellIsSelfBuff.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param spellID integer
|
||||
---@return boolean state
|
||||
---Checks if a given spell ID can be cast on the player. Returns a boolean indicating if the spell is a buff that can be applied to the player.
|
||||
function SpellIsSelfBuff(spellID) end
|
||||
Reference in New Issue
Block a user