Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members
iPcLight Struct Reference
This is a property class holding the representation of a light. More...
#include <propclass/light.h>
Public Member Functions | |
virtual bool | SetLight (const char *lightname)=0 |
Set the light by name. | |
virtual void | SetLight (iLight *light)=0 |
Set the light directly. | |
virtual iLight * | GetLight () const =0 |
Get the light. |
Detailed Description
This is a property class holding the representation of a light.This property class supports the following actions (add prefix 'cel.action.' to get the ID of the action and add prefix 'cel.parameter.' to get the ID of the parameter):
- SetLight: parameters 'name' (string). This sets an already existing light for this pclight.
Definition at line 41 of file light.h.
Member Function Documentation
|
Get the light.
|
|
Set the light directly.
|
|
Set the light by name. Returns false if the light cannot be found. |
The documentation for this struct was generated from the following file:
- propclass/light.h
Generated for CEL: Crystal Entity Layer by doxygen 1.4.4