We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bee4bc commit 6869e2dCopy full SHA for 6869e2d
lsp_def/utils.lua
@@ -242,10 +242,7 @@ SMODS.displaying_scoring = nil
242
---@param hand PokerHands|string
243
---@param instant boolean
244
---@param amount? number
245
--- Like level_up_hand(), but takes care of calling update_hand_text().
246
--- Tries to avoid calling update_hand_text() if unnecessary.\
247
--- Smart effect is already handled inside `SMODS.upgrade_poker_hands`.
248
--- Downgrading this to plain wrapper for backwards compat.
+-- Internal function left around for back compat. Replaced by `SMODS.upgrade_poker_hands`.
249
function SMODS.smart_level_up_hand(card, hand, instant, amount) end
250
251
---@param _type CardAreaTypes|string
0 commit comments