Appearance
Source Code | Usage Examples | Card Functions
Card
Gets the current DEF of a card.
Card.GetDefense(Card c) → int
c
c:GetDefense()
The card to get the DEF of.
The card's DEF. For monsters with ? DEF, returns 0.
0
def-related