Skip to content

Commit

Permalink
LDoc - Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteOne committed Aug 16, 2023
1 parent deb06f5 commit a390252
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion System/API/Cast.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ br.api.cast = function(self,spell,id)
end

--- Attempts to cast a spell by its ID based on various parameters.
-- @name br.player.cast.id
-- @function br.player.cast.id
-- @tparam number spellID The ID of the spell to cast.
-- @tparam string thisUnit The target unit for the spell. Can be standard WoW units, dynamic units, or special parameters.
-- @tparam string castType Defines the type of AoE or special cast conditions.
Expand All @@ -66,6 +66,7 @@ br.api.cast = function(self,spell,id)

--- Checks if a spell can be cast based on various parameters and returns True/False.
-- The function name is dynamically generated based on the spell name.
-- @function br.player.cast.able.spell
-- @tparam string thisUnit The target unit for the spell. Can be standard WoW units, dynamic units, or special parameters.
-- @tparam string castType Defines the type of AoE or special cast conditions.
-- @tparam number minUnits Minimum number of units needed to be hit by AoE spell.
Expand Down

0 comments on commit a390252

Please sign in to comment.