Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
ClosemsgType | The message ID of the handler to look for. |
bool True if a handler function was found.
This function checks if there is a message handler registered for the message ID.
This is usually not required, as InvokeHandler handles message IDs without handlers.