Skip to content

aux.AddPreDrawSkillProcedure

Source Code | Usage Examples | aux Functions

Function for the skills that "trigger" at the start of the turn/Before the Draw Phase, - c: the card (card), - coverNum: the Number of the cover (int), - drawless: if the player draw 1 less card at the start of the duel (bool), - flip con: condition to activate the skill (function), - flipOp: operation related to the skill activation (function)

Signature

aux.AddPreDrawSkillProcedure(Card c, int coverNum, any drawless, any skillcon, any skillop, any countlimit) → Effect

lua
aux.AddPreDrawSkillProcedure(c,coverNum,drawless,skillcon,skillop,countlimit)

Parameters

Returns


under-construction