Card.SetMaterial
Source Code | Usage Examples | Card Functions
Sets the Material of a Card (Card c) to the passed ones. If nil is passed, the material group of the card is cleared.
Signature
Card.SetMaterial(Card c, Card|Group|nil materials) → nil
lua
c:SetMaterial(materials)