|
Drag[en]gine Script Module DragonScript 1.32.1
|
Attempted to add multiple behavior element instances exception. More...
Public Member Functions | |
| ECBehavior | getBehavior () |
| Behavior. | |
| BehaviorElementClass | getElementClass () |
| Behavior element class. | |
| BEMultipleInstanceException | new (BehaviorElementClass eclass, ECBehavior behavior) |
| Create exception. | |
Attempted to add multiple behavior element instances exception.
Thrown if an ECBehavior is added to a BehaviorElement more than once where only one such ECBehavior is allowed to be present. As additional information the ECBehavior and BehaviorElement is provded.
| ECBehavior Dragengine.Scenery.BEMultipleInstanceException.getBehavior | ( | ) |
Behavior.
| BehaviorElementClass Dragengine.Scenery.BEMultipleInstanceException.getElementClass | ( | ) |
Behavior element class.
| BEMultipleInstanceException Dragengine.Scenery.BEMultipleInstanceException.new | ( | BehaviorElementClass | eclass, |
| ECBehavior | behavior | ||
| ) |
Create exception.