Card.AssumeProperty
Source Code | Usage Examples | Card Functions
Temporarily assumes a property for a card. The card will be considered as having this property as long as the function in the scope surrounding this function's call is still processing.
Signature
Card.AssumeProperty(Card c, AssumptionProperty property, int value) → nil
lua
c:AssumeProperty(property,value)