Skip to content

Auxiliary.AddPreDrawSkillProcedure

Source Code | Auxiliary 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

Auxiliary.AddPreDrawSkillProcedure(Card c, int coverNum, any drawless, any skillcon, any skillop, any countlimit) → effect

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

Parameters

Returns

  • effect

    (To be added)


under-construction