question mark in the right spot
This commit is contained in:
parent
163a22ff5b
commit
b18b6f2b68
@ -69,8 +69,8 @@ do
|
||||
-- called by playermats (by the "Draw chaos token" button)
|
||||
---@param mat tts__Object Playermat that triggered this
|
||||
---@param drawAdditional boolean Controls whether additional tokens should be drawn
|
||||
---@param? tokenType string Name of token (e.g. "Bless") to be drawn from the bag
|
||||
---@param? sealedToken string GUID of the sealed token to be resolved instead of drawing a token from the bag
|
||||
---@param tokenType? string Name of token (e.g. "Bless") to be drawn from the bag
|
||||
---@param sealedToken? string GUID of the sealed token to be resolved instead of drawing a token from the bag
|
||||
ChaosBagApi.drawChaosToken = function(mat, drawAdditional, tokenType, cardSealedToken)
|
||||
return Global.call("drawChaosToken", {mat = mat, drawAdditional = drawAdditional, tokenType = tokenType, sealedToken = guidToBeResolved})
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user