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
, int assume_type
, int assume_value
) → nil
lua
c:AssumeProperty(assume_type,assume_value)