Space Engineers
Public Member Functions | List of all members
VRage.Generics.IMyCondition Interface Reference

Interface of totally generic condition. More...

Inheritance diagram for VRage.Generics.IMyCondition:
VRage.Generics.StateMachine.MyCondition< T >

Public Member Functions

bool Evaluate ()
 Evaluate the condition, it can be true/false. More...
 

Detailed Description

Interface of totally generic condition.

Definition at line 11 of file IMyCondition.cs.

Member Function Documentation

bool VRage.Generics.IMyCondition.Evaluate ( )

Evaluate the condition, it can be true/false.

Implemented in VRage.Generics.StateMachine.MyCondition< T >.


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