Skip to content

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)

Parameters

  • Card c

    The card that will have the temporary property.

  • AssumptionProperty property

    The property to be assumed.

  • int value

    The value of the property the card will be assumed to have.