Click or drag to resize
MyBehaviorTreeActionType Enumeration

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.Game.AI.MyBehaviorTreeActionType"]

Namespace: VRage.Game.AI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public enum MyBehaviorTreeActionType
Members
  Member nameValueDescription
INIT0
BODY1
POST2
See Also