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, int assume_type, int assume_value) → nil

lua
c:AssumeProperty(assume_type,assume_value)

Parameters

  • Card c

    The card that will have the temporary property.

  • int assume_type

    The AssumeCode property to be assumed.

  • int assume_value

    The value to be assumed for the assume_type.