Drag[en]gine Script Module DragonScript 1.32.1
Loading...
Searching...
No Matches
Dragengine.Scenery.BehaviorPostInit Interface Reference

Interface for behaviors requiring post initialization. More...

Inheritance diagram for Dragengine.Scenery.BehaviorPostInit:
Dragengine.Scenery.ECBehaviorStateMachine.Instance

Public Member Functions

void postInit (StubElement stub)
 Post initialize.
 

Detailed Description

Interface for behaviors requiring post initialization.

Version
1.26

Behaviors with this interface have to register themselves during ECBehaviorInstance::init() using BehaviorElement::registerPostInit() to get their #postInit() called after ECBehaviorInstance::init() of all behaviors have been called called. This allows behaviors to apply special initilization logic which has to be delayed until all behaviors have initialized.

Member Function Documentation

◆ postInit()

void Dragengine.Scenery.BehaviorPostInit.postInit ( StubElement  stub)

Post initialize.

Called by BehaviorElement::init() for all behaviors registered using BehaviorElement::registerPostInit().

Implemented in Dragengine.Scenery.ECBehaviorStateMachine.Instance.


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