Skip to content

Card.IsLinkBelow

Source Code | Card Functions

Checks if (Card c) has a Link Rating (link_rating) equal or lower than the given number

Signature

Card.IsLinkBelow(Card c, int link_rating) → bool

lua
c:IsLinkBelow(link_rating)

Parameters

Returns


under-construction