CardRPG 1.0
 
Loading...
Searching...
No Matches
CardRPG.IfCondition Class Reference

Represents a condition that evaluates whether a specified field on a Dueler satisfies a logical comparison. More...

Inheritance diagram for CardRPG.IfCondition:
CardRPG.CardCondition

Public Member Functions

override bool SatifyCondition (Dueler caster, Dueler target)
 
- Public Member Functions inherited from CardRPG.CardCondition
bool SatifyCondition (Dueler caster, Dueler target)
 

Detailed Description

Represents a condition that evaluates whether a specified field on a Dueler satisfies a logical comparison.

This condition is evaluated based on the specified Field, Focus, and ConditionLogic. The condition checks the value of the field for either the caster or the target, depending on the focus, and compares it to the specified count using the provided logic.


The documentation for this class was generated from the following file: