Skip to content

Card.IsRealFieldID

Source Code | Card Functions

Returns true if a given value is equal to a card's unique duel ID, a value assigned to a card at the start of the duel and never changes.

Signature

Card.IsRealFieldID(Card c) → int

lua
c:IsRealFieldID()

Parameters

  • Card c

    The card to check the unique duel ID of.

Returns


See Also


card-check