|
Drag[en]gine Script Module DragonScript 1.32.1
|
List of attachable behavior factories. More...
Public Member Functions | |
| void | add (AttachableBehaviorFactory factory) |
| Add factory. | |
| void | addAll (AttachableBehaviorFactoryList list) |
| Add all factories from list. | |
| void | addReplace (AttachableBehaviorFactory factory) |
| Add factory replacing duplicate if present. | |
| AttachableBehaviorFactory | find (Block ablock) |
| Find factory using block. | |
| void | forEach (Block ablock) |
| Visit factories using block. | |
| int | getCount () |
| Count of factories. | |
| AttachableBehaviorFactory | getWithId (String id) |
| Factory with identifier or null if absent. | |
| bool | hasWithId (String id) |
| Factory with identifier is present. | |
| AttachableBehaviorFactoryList | new () |
| Create factory list. | |
| AttachableBehaviorFactoryList | new (AttachableBehaviorFactoryList list) |
| Create copy of factory list. | |
| void | removeAll () |
| Remove all factories. | |
Public Attributes | |
| Dictionary | pFactories |
List of attachable behavior factories.
| void Dragengine.Scenery.AttachableBehaviorFactoryList.add | ( | AttachableBehaviorFactory | factory | ) |
Add factory.
| void Dragengine.Scenery.AttachableBehaviorFactoryList.addAll | ( | AttachableBehaviorFactoryList | list | ) |
Add all factories from list.
| void Dragengine.Scenery.AttachableBehaviorFactoryList.addReplace | ( | AttachableBehaviorFactory | factory | ) |
Add factory replacing duplicate if present.
| AttachableBehaviorFactory Dragengine.Scenery.AttachableBehaviorFactoryList.find | ( | Block | ablock | ) |
Find factory using block.
Block parameter AttachableBehaviorFactory and returns true if found.
| void Dragengine.Scenery.AttachableBehaviorFactoryList.forEach | ( | Block | ablock | ) |
Visit factories using block.
Block parameter AttachableBehaviorFactory.
| int Dragengine.Scenery.AttachableBehaviorFactoryList.getCount | ( | ) |
Count of factories.
| AttachableBehaviorFactory Dragengine.Scenery.AttachableBehaviorFactoryList.getWithId | ( | String | id | ) |
Factory with identifier or null if absent.
| bool Dragengine.Scenery.AttachableBehaviorFactoryList.hasWithId | ( | String | id | ) |
Factory with identifier is present.
| AttachableBehaviorFactoryList Dragengine.Scenery.AttachableBehaviorFactoryList.new | ( | ) |
Create factory list.
| AttachableBehaviorFactoryList Dragengine.Scenery.AttachableBehaviorFactoryList.new | ( | AttachableBehaviorFactoryList | list | ) |
Create copy of factory list.
| void Dragengine.Scenery.AttachableBehaviorFactoryList.removeAll | ( | ) |
Remove all factories.
| Dictionary Dragengine.Scenery.AttachableBehaviorFactoryList.pFactories |