Skip to content

Card.LinkMarker

Source Code | Usage Examples | Card Functions

Returns the card's original link marker(s).

Signature

Card.LinkMarker(Card c) → int

lua
c:LinkMarker()

Parameters

  • Card c

    The card to get the link marker(s) of.

Returns

Overload

Card.LinkMarker(Card c, int att) → nil

lua
c:LinkMarker(att)

Changes a card's link markers.

Parameters

  • Card c

    The card to change the link markers of.

  • int att

    Composite LinkMarker value to set as the card's new link marker(s).


link-related