Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkConnection.CheckHandler

public bool CheckHandler(short msgType);

Parameters

msgType The message ID of the handler to look for.

Returns

bool True if a handler function was found.

Description

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.