Skip to content

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

  • Auxiliary.dpcheck - Creates a subgroup check function that checks card property uniqueness.

Signature

function(Card c, any ...) → any

lua
function(c,...)

Parameters

  • Card c

    The subject card.

  • any ...

    Additional arguments, usually passed by the function using the CardPropertyFunction.

Returns