iUIInventory2SelectionCallback Struct Reference
Implement this interface if you want to learn when an entity is selected. More...
#include <tools/uitools/inventory2.h>
Inheritance diagram for iUIInventory2SelectionCallback:

Public Member Functions | |
| virtual void | SelectEntity (iCelEntity *entity, bool left)=0 |
| 'left' is true if the selection was on the left side. | |
Detailed Description
Implement this interface if you want to learn when an entity is selected.
Definition at line 30 of file inventory2.h.
Member Function Documentation
| virtual void iUIInventory2SelectionCallback::SelectEntity | ( | iCelEntity * | entity, | |
| bool | left | |||
| ) | [pure virtual] |
'left' is true if the selection was on the left side.
The documentation for this struct was generated from the following file:
- tools/uitools/inventory2.h
Generated for CEL: Crystal Entity Layer 2.1 by doxygen 1.6.1
