MyTreeBuilder Methods

Fight Game AI Demo

MyTreeBuilder Methods

The MyTreeBuilder type exposes the following members.

Methods
  Name Description
Public method Build
Build the actual tree.
Public method Condition
Like an action node... but the function can return true/false and is mapped to success/failure.
Public method Do
Create an action node.
Public method End
Ends a sequence of children.
Public method Inverter
Create an inverter node that inverts the success/failure of its children.
Public method Kick
Public method Parallel
Create a parallel node.
Public method Punch
Create an action node which is Punch attack type. modified Do (action) Node.
Public method Selector
Create a selector node.
Public method Sequence
Create a sequence node.
Public method Special
Create an action node which is Special attack type.
Public method Splice
Splice a sub tree into the parent tree.
Top
See Also