Skip to content

Card.GetFieldID

Source Code | Card Functions

Returns a card's current location ID, a value assigned to a card whenever it changes locations.

Signature

Card.GetFieldID(Card c) → int

lua
c:GetFieldID()

Parameters

  • Card c

    The card to get the current location ID of.

Returns

  • int

    The current location ID of c.


See Also