MyBehaviourTreeStatus Enumeration

Fight Game AI Demo

MyBehaviourTreeStatus Enumeration
The return type when invoking behaviour tree nodes. Origionaly Developed by Ashley Davis. Modified for use in this project by Steven Mcvey.

Namespace: FightGameAIDemo.Behavior_Tree
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum MyBehaviourTreeStatus
Members
  Member nameValueDescription
Success0 The success
Failure1 The failure
Running2 The running
See Also