Drag[en]gine Script Module DragonScript  1.21
Dragengine.Scenery.ECBehaviorStashable.Listener Interface Reference

Listener for behavior instance events. More...

Inheritance diagram for Dragengine.Scenery.ECBehaviorStashable.Listener:
Dragengine.Scenery.ECBehaviorStashable.DefaultListener

Public Member Functions

void addedToInventory (Instance instance, ECBehaviorInventory.Instance inventory)
 Stashable has been added to inventory. More...
 
void removedFromInventory (Instance instance, ECBehaviorInventory.Instance inventory)
 Stashable has been remove from inventory. More...
 

Detailed Description

Listener for behavior instance events.

Member Function Documentation

◆ addedToInventory()

void Dragengine.Scenery.ECBehaviorStashable.Listener.addedToInventory ( Instance  instance,
ECBehaviorInventory.Instance  inventory 
)

Stashable has been added to inventory.

Implemented in Dragengine.Scenery.ECBehaviorStashable.DefaultListener.

◆ removedFromInventory()

void Dragengine.Scenery.ECBehaviorStashable.Listener.removedFromInventory ( Instance  instance,
ECBehaviorInventory.Instance  inventory 
)

Stashable has been remove from inventory.

Implemented in Dragengine.Scenery.ECBehaviorStashable.DefaultListener.


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