CEL

Public API Reference

Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members

iPcBillboard Struct Reference

Billboard property class. More...

#include <propclass/billboard.h>

List of all members.

Public Member Functions

virtual void SetBillboardName (const char *name)=0
 Set the name of the billboard.
virtual const char * GetBillboardName ()=0
 Get the name of the billboard.
virtual iBillboardGetBillboard ()=0
 Get the billboard.
virtual void EnableEvents (bool e)=0
 Enable or disable listening for events for this billboard.
virtual bool AreEventsEnabled () const =0
 Return true if events are enabled.


Detailed Description

Billboard property class.

This property class can send out the following messages to the behaviour (add prefix 'cel.parameter.' to get the ID for parameters):

This property class supports the following properties (add prefix 'cel.property.' to get the ID of the property:

Definition at line 63 of file billboard.h.


Member Function Documentation

virtual bool iPcBillboard::AreEventsEnabled  )  const [pure virtual]
 

Return true if events are enabled.

virtual void iPcBillboard::EnableEvents bool  e  )  [pure virtual]
 

Enable or disable listening for events for this billboard.

virtual iBillboard* iPcBillboard::GetBillboard  )  [pure virtual]
 

Get the billboard.

virtual const char* iPcBillboard::GetBillboardName  )  [pure virtual]
 

Get the name of the billboard.

virtual void iPcBillboard::SetBillboardName const char *  name  )  [pure virtual]
 

Set the name of the billboard.


The documentation for this struct was generated from the following file:
Generated for CEL: Crystal Entity Layer by doxygen 1.4.4