Skip to content

Card.SetTurnCounter ​

Source Code | Usage Examples | Card Functions

Sets the turn counter of a Card (Card c) to a value (int count)

Signature ​

Card.SetTurnCounter(Card c, int counter) → nil

lua
c:SetTurnCounter(counter)

Parameters ​


under-construction