Skip to content

Duel.AttackCostPaid

Source Code | Duel Functions

Registers the status of payment of attack cost. A value of 2 means that the attack cost was not paid, 1 means the attack cost was paid.

Signature

Duel.AttackCostPaid([int paid = 1]) → nil

lua
Duel.AttackCostPaid(paid)

Parameters

  • int paid

    Optional. Defaults to 1.

    (To be added)


under-construction