Space Engineers
Public Member Functions | Public Attributes | List of all members
VRage.Game.AI.MyBehaviorTreeActionAttribute Class Reference
Inheritance diagram for VRage.Game.AI.MyBehaviorTreeActionAttribute:

Public Member Functions

 MyBehaviorTreeActionAttribute (string actionName)
 
 MyBehaviorTreeActionAttribute (string actionName, MyBehaviorTreeActionType type)
 

Public Attributes

readonly string ActionName
 
readonly MyBehaviorTreeActionType ActionType
 
bool ReturnsRunning
 

Detailed Description

Definition at line 55 of file MyBehaviorTreeActionAttribute.cs.

Constructor & Destructor Documentation

VRage.Game.AI.MyBehaviorTreeActionAttribute.MyBehaviorTreeActionAttribute ( string  actionName)
inline

Definition at line 61 of file MyBehaviorTreeActionAttribute.cs.

VRage.Game.AI.MyBehaviorTreeActionAttribute.MyBehaviorTreeActionAttribute ( string  actionName,
MyBehaviorTreeActionType  type 
)
inline

Definition at line 66 of file MyBehaviorTreeActionAttribute.cs.

Member Data Documentation

readonly string VRage.Game.AI.MyBehaviorTreeActionAttribute.ActionName

Definition at line 57 of file MyBehaviorTreeActionAttribute.cs.

readonly MyBehaviorTreeActionType VRage.Game.AI.MyBehaviorTreeActionAttribute.ActionType

Definition at line 58 of file MyBehaviorTreeActionAttribute.cs.

bool VRage.Game.AI.MyBehaviorTreeActionAttribute.ReturnsRunning

Definition at line 59 of file MyBehaviorTreeActionAttribute.cs.


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