function error
Prints a message to the Max console with a red tint. See post() for more details about arguments and formatting.
export declare function error(...args: any): void;
Name | Type | Description |
---|---|---|
args | any | one or more arguments to print |