Skip to content

Card.SetMaterial

Source Code | 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)

Parameters


under-construction