KeyQuery
Type description and basic instructions.
class in RenownedGames.AITree
Key query determining equality of key value.
Abstract Methods
/// <summary>
/// Result of determining equality of key.
/// </summary>
public abstract bool Result(Key key);
Virtual Methods
/// <summary>
/// Detail description of key query.
/// </summary>
public virtual string GetDescription(Key key);
Getter / Setter
/// <summary>
/// Detail description of key query.
/// </summary>
string GetDescription(Key key);
Last updated