Skip to content

Duel.GetCardAttackFromCode

Duel Functions

Gets a card's attack from its card id (the value returned is the same as the one returned with Card.Attack on a card object corresponding to a card with such id)

Signature

Duel.GetCardAttackFromCode(int code) → int

lua
Duel.GetCardAttackFromCode(code)

Parameters

Returns


under-construction