Version: 2017.1
public bool CheckHandler (short msgType);

Parámetros

msgType The message ID of the handler to look for.

Valor de retorno

bool True if a handler function was found.

Descripción

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.