Class MyObjectBuilder_BotMemory
Inheritance
System.Object
MyObjectBuilder_BotMemory
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_BotMemory : MyObjectBuilder_Base
Constructors
MyObjectBuilder_BotMemory()
Declaration
public MyObjectBuilder_BotMemory()
Fields
BehaviorTreeMemory
Declaration
public MyObjectBuilder_BotMemory.BehaviorTreeNodesMemory BehaviorTreeMemory
Field Value
LastRunningNodeIndex
Declaration
public int LastRunningNodeIndex
Field Value
Type |
Description |
System.Int32 |
|
NewPath
Declaration
Field Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
OldPath
Declaration
Field Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
Extension Methods