Show / Hide Table of Contents

Class MyBehaviorTreeState

Inheritance
System.Object
MyBehaviorTreeState
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
public sealed class MyBehaviorTreeState : Enum

Fields

ERROR

Declaration
public const MyBehaviorTreeState ERROR
Field Value
Type Description
MyBehaviorTreeState

FAILURE

Declaration
public const MyBehaviorTreeState FAILURE
Field Value
Type Description
MyBehaviorTreeState

NOT_TICKED

Declaration
public const MyBehaviorTreeState NOT_TICKED
Field Value
Type Description
MyBehaviorTreeState

RUNNING

Declaration
public const MyBehaviorTreeState RUNNING
Field Value
Type Description
MyBehaviorTreeState

SUCCESS

Declaration
public const MyBehaviorTreeState SUCCESS
Field Value
Type Description
MyBehaviorTreeState

value__

Declaration
public sbyte value__
Field Value
Type Description
System.SByte
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾