Space Engineers
|
Interface of totally generic condition. More...
Public Member Functions | |
bool | Evaluate () |
Evaluate the condition, it can be true/false. More... | |
Interface of totally generic condition.
Definition at line 11 of file IMyCondition.cs.
bool VRage.Generics.IMyCondition.Evaluate | ( | ) |
Evaluate the condition, it can be true/false.
Implemented in VRage.Generics.StateMachine.MyCondition< T >.