Skip to content

Commit 8faa2c1

Browse files
authored
Add info to SMODS.destroy_cards lsp def (Steamodded#1215)
1 parent 3cda24d commit 8faa2c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lsp_def/utils.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,9 @@ function SMODS.get_multi_boxes(multi_box) end
639639
---@param cards Card|Card[]
640640
---@param bypass_eternal boolean?
641641
---@param immediate boolean?
642+
---@param skip_anim boolean?
642643
--- Destroys the cards passed to the function, handling calculation events that need to happen
643-
function SMODS.destroy_cards(cards, bypass_eternal, immediate) end
644+
function SMODS.destroy_cards(cards, bypass_eternal, immediate, skip_anim) end
644645

645646
---@param hand_space number
646647
--- Used to draw cards to hand outside of the normal card draw

0 commit comments

Comments
 (0)