Skip to content

Card.AssumeProperty

Source Code | Card Functions

Temporarily assumes a property for a card (Card c). The card will be considered as having an assumed specific property (int assume_type) as the inputted value (int assume_value) (only as long as the function in the in the scope surrounding this function is still processing).

Signature

Card.AssumeProperty(Card c, int assume_type, int assume_value) → nil

lua
c:AssumeProperty(assume_type,assume_value)

Parameters


under-construction