Drag[en]gine Script Module DragonScript 1.23
|
Behavior tree context with link to BAAIBehaviorTree. More...
Public Member Functions | |
BehaviorElement | getActor () |
Actor. | |
BAAIBehaviorTree | getAI () |
AI. | |
BTContextAI | new (BAAIBehaviorTree ai, BehaviorTree behaviorTree) |
Create context. | |
BTContextAI | new (BAAIBehaviorTree ai, BTContext context) |
Create copy of context. | |
BTContextAI | new (BAAIBehaviorTree ai, BTContext context, BehaviorTree behaviorTree) |
Create copy of context using different behavior tree. | |
BTContextAI | new (BTContextAI context) |
Create copy of context. | |
Public Attributes | |
BAAIBehaviorTree | pAI |
AI. | |
Behavior tree context with link to BAAIBehaviorTree.
BehaviorElement Dragengine.Scenery.BAAIBehaviorTree.BTContextAI.getActor | ( | ) |
Actor.
BAAIBehaviorTree Dragengine.Scenery.BAAIBehaviorTree.BTContextAI.getAI | ( | ) |
AI.
BTContextAI Dragengine.Scenery.BAAIBehaviorTree.BTContextAI.new | ( | BAAIBehaviorTree | ai, |
BehaviorTree | behaviorTree | ||
) |
Create context.
BTContextAI Dragengine.Scenery.BAAIBehaviorTree.BTContextAI.new | ( | BAAIBehaviorTree | ai, |
BTContext | context | ||
) |
Create copy of context.
BTContextAI Dragengine.Scenery.BAAIBehaviorTree.BTContextAI.new | ( | BAAIBehaviorTree | ai, |
BTContext | context, | ||
BehaviorTree | behaviorTree | ||
) |
Create copy of context using different behavior tree.
BTContextAI Dragengine.Scenery.BAAIBehaviorTree.BTContextAI.new | ( | BTContextAI | context | ) |
Create copy of context.
BAAIBehaviorTree Dragengine.Scenery.BAAIBehaviorTree.BTContextAI.pAI |
AI.