Interface IMyCondition
Interface of totally generic condition.
Namespace: VRage.Library.Utils
Assembly: VRage.Library.dll
Syntax
public interface IMyCondition
Methods
Evaluate()
Evaluate the condition, it can be true/false.
Declaration
bool Evaluate()
Returns
Type | Description |
---|---|
System.Boolean |