AbstractClassRep::Field Struct Reference#include <consoleObject.h>
|
Data Fields |
| const char * | pFieldname |
| | Name of the field.
|
| const char * | pGroupname |
| | Optionally filled field containing the group name.
|
| const char * | pFieldDocs |
| | This is filled when type is StartField or EndField Documentation about this field; see consoleDoc.cc.
|
| bool | groupExpand |
| | Flag to track expanded/not state of this group in the editor.
|
| U32 | type |
| | A type ID.
|
| U32 | offset |
| | Memory offset from beginning of class for this field.
|
| S32 | elementCount |
| | Number of elements, if this is an array.
|
| EnumTable * | table |
| | If this is an enum, this points to the table defining it.
|
| BitSet32 | flag |
| | Stores various flags.
|
| TypeValidator * | validator |
| | Validator, if any.
|
Field Documentation
|
|
Optionally filled field containing the group name.
|
|
|
This is filled when type is StartField or EndField Documentation about this field; see consoleDoc.cc.
|
|
|
Flag to track expanded/not state of this group in the editor.
|
|
|
Memory offset from beginning of class for this field.
|
|
|
Number of elements, if this is an array.
|
|
|
If this is an enum, this points to the table defining it.
|
|