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.

NetworkServer.handlers

public static Dictionary<short,NetworkMessageDelegate> handlers;

Description

Dictionary of the message handlers registered with the server.

The key to the dictionary is the message Id.