Card.IsReasonCard
Source Code | Usage Examples | Card Functions
Returns true if a given card caused the Event that happened to another card.
Signature
Card.IsReasonCard(Card rc, Card c) → bool
lua
rc:IsReasonCard(c)Parameters
Card
rcThe card being checked to determine if it caused the event.
Card
cThe card to check the reason of.