Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members
iCelBlLayer Struct Reference
This is the Behaviour Layer itself. More...
#include <behaviourlayer/bl.h>
Public Member Functions | |
virtual const char * | GetName () const =0 |
The name of this behaviour layer. | |
virtual iCelBehaviour * | CreateBehaviour (iCelEntity *entity, const char *name)=0 |
Create a new behaviour layer entity. |
Detailed Description
This is the Behaviour Layer itself.
Definition at line 34 of file bl.h.
Member Function Documentation
|
Create a new behaviour layer entity. The given name is specific to the BL implementation. It can be the name of a script for example. This function will also call entity->SetBehaviour() with the new behaviour. |
|
The name of this behaviour layer.
|
The documentation for this struct was generated from the following file:
- behaviourlayer/bl.h
Generated for CEL: Crystal Entity Layer by doxygen 1.4.4