Version: 5.6
public bool CheckHandler (short msgType);

파라미터

msgType 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.