Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Game.AI.ActionCollection.BotActionDesc Class Reference

Public Member Functions

 BotActionDesc ()
 

Public Attributes

Action< IMyBotInitAction
 
object[] ActionParams
 
Dictionary< int, MyTuple< Type, MyMemoryParameterType > > ParametersDesc
 
Func< IMyBot, object[], MyBehaviorTreeState_Action
 
Action< IMyBotPostAction
 
bool ReturnsRunning
 

Detailed Description

Definition at line 15 of file ActionCollection.cs.

Constructor & Destructor Documentation

Sandbox.Game.AI.ActionCollection.BotActionDesc.BotActionDesc ( )
inline

Definition at line 24 of file ActionCollection.cs.

Member Data Documentation

Func<IMyBot, object[], MyBehaviorTreeState> Sandbox.Game.AI.ActionCollection.BotActionDesc._Action

Definition at line 20 of file ActionCollection.cs.

object [] Sandbox.Game.AI.ActionCollection.BotActionDesc.ActionParams

Definition at line 18 of file ActionCollection.cs.

Action<IMyBot> Sandbox.Game.AI.ActionCollection.BotActionDesc.InitAction

Definition at line 17 of file ActionCollection.cs.

Dictionary<int, MyTuple<Type, MyMemoryParameterType> > Sandbox.Game.AI.ActionCollection.BotActionDesc.ParametersDesc

Definition at line 19 of file ActionCollection.cs.

Action<IMyBot> Sandbox.Game.AI.ActionCollection.BotActionDesc.PostAction

Definition at line 21 of file ActionCollection.cs.

bool Sandbox.Game.AI.ActionCollection.BotActionDesc.ReturnsRunning

Definition at line 22 of file ActionCollection.cs.


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