|
Drag[en]gine Script Module DragonScript 1.32.1
|
Behavior element behavior adding support for elements to be placed in ECBehaviorInventory. More...
Classes | |
| class | BlockListenerFactory |
| Factory creating listeners using block. More... | |
| class | DefaultListener |
| Default implementation of behavior instance listener. More... | |
| class | Factory |
| Behavior factory. More... | |
| class | Instance |
| Behavior instance. More... | |
| interface | Listener |
| Listener for behavior instance events. More... | |
| interface | ListenerFactory |
| Factory creating listeners. More... | |
Public Member Functions | |
| void | addListenerFactory (Block blockFactory) |
| Add listener factory using block. | |
| void | addListenerFactory (ListenerFactory factory) |
| Add listener factory. | |
| void | createListeners (Instance instance) |
| Create listeners from factories adding them to behavior instance. | |
| void | dispose () |
| Dispose of behavior. | |
| void | forEachListenerFactory (Block ablock) |
| Visit listener factories with block with argument ListenerFactory. | |
| ECComposeBTSM | getBTSMs () |
| Compose behavior trees and state machines. | |
| ECPUnicodeString | getDescription () |
| Description to display. | |
| ECPImage | getImage () |
| Image to display. | |
| ECPUnicodeString | getName () |
| Name to display. | |
| String | getPrefix () |
| Prefix. | |
| ECPVideo | getVideo () |
| Video to display. | |
| ECBehaviorStashable | new (BehaviorElementClass eclass) |
| Create behavior element class. | |
| ECBehaviorStashable | new (BehaviorElementClass eclass, String prefix) |
| Create behavior element class. | |
Public Member Functions inherited from Dragengine.Scenery.DefaultECBehavior | |
| void | assignInstanceIndex (int instanceIndex) |
| Assign instance index. | |
| String | getBehaviorID () |
| Unique identifier of behavior. | |
| String | getID () |
| Identifier. | |
| int | getInstanceIndex () |
| Instance index. | |
| void | loadSupportedData (String identifier, PersistencyEnvironment env, FileReader reader, ECBehaviorInstance instance) |
| Load instance data of another behavior. | |
| bool | supportsBehaviorID (String identifier) |
| Behavior supports loading instance data of another behavior. | |
Public Member Functions inherited from Dragengine.Scenery.ECBehavior | |
| ECBehaviorInstance | createInstance (BehaviorElement element) |
| Create Behavior instance. | |
Static Public Member Functions | |
| static ECBehaviorStashable | getBehaviorIn (BehaviorElementClass eclass) |
| Get behavior in element class or null if absent. | |
Public Attributes | |
| ECComposeBTSM | pBTSMs |
| ECPUnicodeString | pDescription |
| ECPImage | pImage |
| Array | pListenerFactories |
| ECPUnicodeString | pName |
| String | pPrefix |
| ECPVideo | pVideo |
Additional Inherited Members | |
Protected Member Functions inherited from Dragengine.Scenery.DefaultECBehavior | |
| void | setBehaviorID (String identifier) |
| Set behavior identifier. | |
| void | useClassNameAsBehaviorID () |
| Set behavior identifier to "<class-name>:<identifier>". | |
| void | useFullyQualifiedClassNameAsBehaviorID () |
| Set behavior identifier to "<fully-qualified-class-name>:<identifier>". | |
Behavior element behavior adding support for elements to be placed in ECBehaviorInventory.
Element class properties have the prefix "stashable.".
This behavior does not require the element class to be persistable (setPersistable).
| void Dragengine.Scenery.ECBehaviorStashable.addListenerFactory | ( | Block | blockFactory | ) |
Add listener factory using block.
Block receives as parameter Instance and returns Listener.
| void Dragengine.Scenery.ECBehaviorStashable.addListenerFactory | ( | ListenerFactory | factory | ) |
Add listener factory.
| void Dragengine.Scenery.ECBehaviorStashable.createListeners | ( | Instance | instance | ) |
Create listeners from factories adding them to behavior instance.
| void Dragengine.Scenery.ECBehaviorStashable.dispose | ( | ) |
Dispose of behavior.
Reimplemented from Dragengine.Scenery.DefaultECBehavior.
| void Dragengine.Scenery.ECBehaviorStashable.forEachListenerFactory | ( | Block | ablock | ) |
Visit listener factories with block with argument ListenerFactory.
|
static |
Get behavior in element class or null if absent.
Use this method to check if a particular BehaviorElementClass contains a behavior of type ECBehaviorComponent.
| ECComposeBTSM Dragengine.Scenery.ECBehaviorStashable.getBTSMs | ( | ) |
Compose behavior trees and state machines.
| ECPUnicodeString Dragengine.Scenery.ECBehaviorStashable.getDescription | ( | ) |
Description to display.
| ECPImage Dragengine.Scenery.ECBehaviorStashable.getImage | ( | ) |
Image to display.
| ECPUnicodeString Dragengine.Scenery.ECBehaviorStashable.getName | ( | ) |
Name to display.
| String Dragengine.Scenery.ECBehaviorStashable.getPrefix | ( | ) |
Prefix.
| ECPVideo Dragengine.Scenery.ECBehaviorStashable.getVideo | ( | ) |
Video to display.
| ECBehaviorStashable Dragengine.Scenery.ECBehaviorStashable.new | ( | BehaviorElementClass | eclass | ) |
Create behavior element class.
Reimplemented from Dragengine.Scenery.DefaultECBehavior.
| ECBehaviorStashable Dragengine.Scenery.ECBehaviorStashable.new | ( | BehaviorElementClass | eclass, |
| String | prefix | ||
| ) |
Create behavior element class.
Reimplemented from Dragengine.Scenery.DefaultECBehavior.
| ECComposeBTSM Dragengine.Scenery.ECBehaviorStashable.pBTSMs |
| ECPUnicodeString Dragengine.Scenery.ECBehaviorStashable.pDescription |
| ECPImage Dragengine.Scenery.ECBehaviorStashable.pImage |
| Array Dragengine.Scenery.ECBehaviorStashable.pListenerFactories |
| ECPUnicodeString Dragengine.Scenery.ECBehaviorStashable.pName |
| String Dragengine.Scenery.ECBehaviorStashable.pPrefix |
| ECPVideo Dragengine.Scenery.ECBehaviorStashable.pVideo |