Skip to content

Card.GetRealFieldID

Source Code | Card Functions

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

Signature

Card.GetRealFieldID(Card c) → int

lua
c:GetRealFieldID()

Parameters

  • Card c

    The card to get the unique duel ID of.

Returns

  • int

    The unique duel ID of c.


See Also