PropertyHolder Struct Reference
Keep a static instance of this structure in your property class so that your property class can implement properties more easily. More...
#include <celtool/stdpcimp.h>
Public Attributes | |
| csHash< int, csStringID > | constants |
| This is a special hash that maps ID's to constants so that we can use a switch to see which ID it is. | |
| csHash< int, csStringID > | new_constants |
| This hash is like 'constants' except that it is used for new-style action id's (like 'cel.wire.addinput'). | |
Detailed Description
Keep a static instance of this structure in your property class so that your property class can implement properties more easily.
Definition at line 59 of file stdpcimp.h.
Member Data Documentation
This is a special hash that maps ID's to constants so that we can use a switch to see which ID it is.
Definition at line 72 of file stdpcimp.h.
This hash is like 'constants' except that it is used for new-style action id's (like 'cel.wire.addinput').
Definition at line 78 of file stdpcimp.h.
The documentation for this struct was generated from the following file:
- celtool/stdpcimp.h
Generated for CEL: Crystal Entity Layer 2.0 by doxygen 1.6.1
