Commit dd7ad785 authored by Chen Bill's avatar Chen Bill

update def

parent 4becfe8d
......@@ -143,8 +143,11 @@ end
function Auxiliary.PuzzleOp(e,tp)
Duel.SetLP(0,0)
end
--Duel.SelectOption with option condition
--Return value starts from 1, different from Duel.SelectOption
---Duel.SelectOption with option condition
---Return value starts from 1, different from Duel.SelectOption
---@param tp integer
---@param ... table {condition, option[, value]}
---@return integer|nil
function Auxiliary.SelectFromOptions(tp,...)
local options={...}
local ops={}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment