Card.SetHint
Source Code | Usage Examples | Card Functions
Sets a card hint to be displayed on a card when a player hovers it.
Signature
Card.SetHint(Card c, CardHintType hint_type, int hint_value) → nil
lua
c:SetHint(hint_type,hint_value)