A Sandcastle Documented Class Library
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)

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: MyTreeBuilderMyTreeBuilder

Exception | Condition |
---|---|
ApplicationException | Can't create an unnested ActionNode, it must be a leaf node. |
