COREMSG

COREMSG_CINEMA_GETMACHINEFEATURES

Retrieves machine features. Returned container IDs see MACHINEINFO and Viewport.

COREMSG_CINEMA_GETCOMMANDNAME

Returns the name of the command with ID specified by COREMSG_CINEMA_GETCOMMANDNAME in msg. The name is returned as a string.

COREMSG_CINEMA_GETCOMMANDENABLED

Checks if the command with ID specified by COREMSG_CINEMA_GETCOMMANDENABLED in msg is enabled or disabled. The state is returned as True or False.

COREMSG_CINEMA_GETCOMMANDCHECKED

Checks if the command with ID specified by COREMSG_CINEMA_GETCOMMANDCHECKED in msg is checked or not. The state is given as True or False.

COREMSG_CINEMA_EXECUTEEDITORCOMMAND

Executes the command with ID specified by COREMSG_CINEMA_EXECUTEEDITORCOMMAND in msg.

COREMSG_CINEMA_EXECUTESUBID

Pass the sub-ID for COREMSG_CINEMA_EXECUTEEDITORCOMMAND.

COREMSG_CINEMA_EXECUTEOPTIONMODE

Pass whether to open the option dialog or not for COREMSG_CINEMA_EXECUTEEDITORCOMMAND.

COREMSG_CINEMA_GETCOMMANDHELP

Gets the help string of a command. Pass the command’s ID. The help is returned as string.

COREMSG_CINEMA_FORCE_AM_UPDATE

Forces an Attribute Manager update.

COREMSG_UPDATECOMMANDSMESSAGE

Private.