Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeDecoratorCounterLogic Class Reference
Inheritance diagram for Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeDecoratorCounterLogic:
Sandbox.Game.AI.BehaviorTree.IMyDecoratorLogic

Public Member Functions

 MyBehaviorTreeDecoratorCounterLogic ()
 
void Construct (MyObjectBuilder_BehaviorTreeDecoratorNode.Logic logicData)
 
void Update (MyBehaviorTreeDecoratorNodeMemory.LogicMemory logicMemory)
 
bool CanRun (MyBehaviorTreeDecoratorNodeMemory.LogicMemory logicMemory)
 
MyBehaviorTreeDecoratorNodeMemory.LogicMemory GetNewMemoryObject ()
 
override int GetHashCode ()
 
override string ToString ()
 

Properties

int CounterLimit [get]
 

Detailed Description

Definition at line 9 of file MyBehaviorTreeDecoratorCounterLogic.cs.

Constructor & Destructor Documentation

Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeDecoratorCounterLogic.MyBehaviorTreeDecoratorCounterLogic ( )
inline

Definition at line 13 of file MyBehaviorTreeDecoratorCounterLogic.cs.

Member Function Documentation

bool Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeDecoratorCounterLogic.CanRun ( MyBehaviorTreeDecoratorNodeMemory.LogicMemory  logicMemory)
inline
void Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeDecoratorCounterLogic.Construct ( MyObjectBuilder_BehaviorTreeDecoratorNode.Logic  logicData)
inline
override int Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeDecoratorCounterLogic.GetHashCode ( )
inline

Definition at line 44 of file MyBehaviorTreeDecoratorCounterLogic.cs.

MyBehaviorTreeDecoratorNodeMemory.LogicMemory Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeDecoratorCounterLogic.GetNewMemoryObject ( )
inline
override string Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeDecoratorCounterLogic.ToString ( )
inline

Definition at line 53 of file MyBehaviorTreeDecoratorCounterLogic.cs.

void Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeDecoratorCounterLogic.Update ( MyBehaviorTreeDecoratorNodeMemory.LogicMemory  logicMemory)
inline

Property Documentation

int Sandbox.Game.AI.BehaviorTree.MyBehaviorTreeDecoratorCounterLogic.CounterLimit
get

Definition at line 11 of file MyBehaviorTreeDecoratorCounterLogic.cs.


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