MyTreeBuilder.Special Method

Fight Game AI Demo

MyTreeBuilderSpecial Method
Create an action node which is Special attack type.

Namespace: FightGameAIDemo.Behavior_Tree
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public MyTreeBuilder Special(
	GameWorld context,
	AIFighter AI,
	NonAIFighter NAI
)

Parameters

context
Type: FightGameAIDemoGameWorld
The context.
AI
Type: FightGameAIDemo.Fighter_ClassesAIFighter
The ai.
NAI
Type: FightGameAIDemo.Fighter_ClassesNonAIFighter
The nai.

Return Value

Type: MyTreeBuilder
MyTreeBuilder
Exceptions
ExceptionCondition
ApplicationExceptionCan't create an unnested ActionNode, it must be a leaf node.
See Also