Skip to content

Card.SetHint

Source Code | Card Functions

Sets a card (Card c) hint displaying, type is CHINT_* and value is the appropriate value depending on the type

Signature

Card.SetHint(Card c, int type, int value) → nil

lua
c:SetHint(type,value)

Parameters


under-construction