CardPropertyFunction
subtype of function
A function that returns a card's "property" - any information about the card.
Functions that use this type as parameter
Functions that use this type as parameter
aux.dpcheck- Creates a subgroup check function that checks card property uniqueness.
Signature
function(Card c, any ...) → any
lua
function(c,...)Parameters
Card
cThe subject card.
any
...Additional arguments, usually passed by the function using the CardPropertyFunction.