|
Drag[en]gine Script Module DragonScript 1.32.1
|
Instance helper. More...
Public Member Functions | |
| void | addAlias (String btsmId, String aliasPrefix, String aliasId) |
| Add alias in the form "aliasPrefix(aliasId).". | |
| void | addBehaviorTree (ECBehaviorBehaviorTree behaviorTree) |
| Add behavior behavior tree to add actions and conditions to. | |
| void | addBTSM (ECBehaviorBehaviorTree behaviorTree, ECBehaviorStateMachine stateMachine) |
| Add behavior behavior tree and state machine to add actions and conditions to. | |
| void | addStateMachine (ECBehaviorStateMachine stateMachine) |
| Add behavior state machine to add actions and conditions to. | |
| void | forEachBehaviorTree (Block ablock) |
| Visit behavior behavior trees to add actions and conditions to. | |
| void | forEachStateMachines (Block ablock) |
| Visit behavior state machines to add actions and conditions to. | |
| ECPStringMap | getAlias () |
| Alias map or null. | |
| bool | hasAny () |
| At least one behavior tree or state machine is present. | |
| Instance | new (BehaviorElement element, ECComposeBTSM compose) |
| Create instance helper. | |
Public Attributes | |
| Array | pBTContexts |
Instance helper.
| void Dragengine.Scenery.ECComposeBTSM.Instance.addAlias | ( | String | btsmId, |
| String | aliasPrefix, | ||
| String | aliasId | ||
| ) |
Add alias in the form "aliasPrefix(aliasId).".
| void Dragengine.Scenery.ECComposeBTSM.Instance.addBehaviorTree | ( | ECBehaviorBehaviorTree | behaviorTree | ) |
Add behavior behavior tree to add actions and conditions to.
| void Dragengine.Scenery.ECComposeBTSM.Instance.addBTSM | ( | ECBehaviorBehaviorTree | behaviorTree, |
| ECBehaviorStateMachine | stateMachine | ||
| ) |
Add behavior behavior tree and state machine to add actions and conditions to.
| void Dragengine.Scenery.ECComposeBTSM.Instance.addStateMachine | ( | ECBehaviorStateMachine | stateMachine | ) |
Add behavior state machine to add actions and conditions to.
| void Dragengine.Scenery.ECComposeBTSM.Instance.forEachBehaviorTree | ( | Block | ablock | ) |
Visit behavior behavior trees to add actions and conditions to.
| ablock | Block with parameter ECBehaviorBehaviorTree. |
| void Dragengine.Scenery.ECComposeBTSM.Instance.forEachStateMachines | ( | Block | ablock | ) |
Visit behavior state machines to add actions and conditions to.
| ablock | Block with parameter ECBehaviorStateMachine. |
| ECPStringMap Dragengine.Scenery.ECComposeBTSM.Instance.getAlias | ( | ) |
Alias map or null.
| bool Dragengine.Scenery.ECComposeBTSM.Instance.hasAny | ( | ) |
At least one behavior tree or state machine is present.
| Instance Dragengine.Scenery.ECComposeBTSM.Instance.new | ( | BehaviorElement | element, |
| ECComposeBTSM | compose | ||
| ) |
Create instance helper.
| Array Dragengine.Scenery.ECComposeBTSM.Instance.pBTContexts |