Skip to content

Card

Functions for working with cards. This is also used as the metatable for Script tables, which in turn are used as the metatable for all card instances of that script. This means functions in this namespace can be used as "methods" of card objects, e.g. instead of Card.GetLevel(c), one can use c.GetLevel(c) or c:GetLevel(). It is recommended to use the colon syntax.

Functions