Skip to content

Types

  • ArrayIndex

  • Card - Represents a card.

  • Effect - Represents an effect.

  • Group - Represents a group of cards.

  • any - A type that can hold any value.

  • bool - The lua boolean type.

  • function - The lua function type.

  • int - An integer value.

  • nil - The lua nil type.

  • number - The lua number type.

  • string - The lua string type.

  • table - The lua table type.

  • userdata - The lua userdata type.

Function Types

Table Types