Public Member Functions | |
TPMapElement () | |
boolean | IsInterpolable () const |
boolean | IsReadOnly () const |
boolean | DontSave () const |
boolean | IsVisible () const |
Public Attributes | |
IDType | fPartID |
The ID of the parameter (same ID than the associated part in the UI). | |
IDType | fParamType |
The type of the parameter (eg kReal32ParamType, kVector3ParamType). | |
uint32 | fFlags |
Animation flags. | |
int8 | fName [kPMapNameStringSize] |
The name of the parameter (Language dependent). | |
int8 | fInfo [kPMapInfoStringSize] |
Extra info/data. |
Stores information about a pmap entry
TPMapElement::TPMapElement | ( | ) |
boolean TPMapElement::DontSave | ( | ) | const [inline] |
boolean TPMapElement::IsInterpolable | ( | ) | const [inline] |
boolean TPMapElement::IsReadOnly | ( | ) | const [inline] |
boolean TPMapElement::IsVisible | ( | ) | const [inline] |
Animation flags.
Extra info/data.
The name of the parameter (Language dependent).
The type of the parameter (eg kReal32ParamType, kVector3ParamType).
The ID of the parameter (same ID than the associated part in the UI).