Card.IsCanBeLinkMaterial
Source Code | Usage Examples | Card
Functions
Checks if (Card c) can be used as material for a (Card linkc). "player" is only an additional parameter, is used to send it to the functions as an additional parameter, such as target (function in SetTarget) or operation (function in SetOperation).
Signature
Card.IsCanBeLinkMaterial(Card c
, [Card linkc
, int player
]) → bool
lua
c:IsCanBeLinkMaterial(linkc,player)