A summary of the API.

 

def methodname...
# defines or overrides a method accessible to instances of the Card class that are members of this set

view viewname...
# defines a view accessible to members of the set in *any* format

event eventname
# defines an event accesible to members of the set

# FORMAT BLOCKS:
format formatname do

def methodname...
# defines a method in the given format class (available to all cards)

view viewname
defines a format-specic view accessible to members of the set