Group.CheckDifferentProperty
Source Code | Usage Examples | Group
Functions
Function to check if every card in a group has at least a different property from the others with a function that stores the properties in multiple return forms
Signature
Group.CheckDifferentProperty(Group g
, function f
, any ...
) → bool, void
lua
g:CheckDifferentProperty(f,...)