Drag[en]gine Script Module DragonScript  1.21
Dragengine.Scenery.BEMultipleInstanceException Class Reference

Attempted to add multiple behavior element instances exception. More...

Inheritance diagram for Dragengine.Scenery.BEMultipleInstanceException:

Public Member Functions

ECBehavior getBehavior ()
 Behavior. More...
 
BehaviorElementClass getElementClass ()
 Behavior element class. More...
 
BEMultipleInstanceException new (BehaviorElementClass eclass, ECBehavior behavior)
 Create exception. More...
 

Detailed Description

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.

Member Function Documentation

◆ getBehavior()

ECBehavior Dragengine.Scenery.BEMultipleInstanceException.getBehavior ( )

Behavior.

◆ getElementClass()

BehaviorElementClass Dragengine.Scenery.BEMultipleInstanceException.getElementClass ( )

Behavior element class.

◆ new()

BEMultipleInstanceException Dragengine.Scenery.BEMultipleInstanceException.new ( BehaviorElementClass  eclass,
ECBehavior  behavior 
)

Create exception.


The documentation for this class was generated from the following file: