A data class for creating message plugins. Use RegisterMessagePlugin() to register the plugin.
Override - Return a time in milliseconds to get timer messages with that interval sent to CoreMessage(). This function is queried again by after each message.
Return type: | int |
---|---|
Returns: | The timer interval in milliseconds, or 0 for no timer messages. |
Override - Receives C4D core messages.
Parameters: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Return type: | bool |
||||||||||||||||||||||||||||||||||||||||||||||||||
Returns: | Currently not used - but you have to return a bool value. |