comet.CPlanning¶
- class comet.CPlanning¶
Methods¶
- CPlanning.getValue(selector)¶
Get a value from this object.
- Parameters
selector (int) –
Which value to get.
One of Publication selectors
- Returns
The selected value
- Return type
str | int | float | bool | list[str], depending on the selector
- Raises
TypeError – When parameter types are invalid
ValueError – When parameter selector has invalid value
CometError – On internal error
- Available
- CScript