Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

Network.isMessageQueueRunning

static var isMessageQueueRunning: bool;
static bool isMessageQueueRunning;
static isMessageQueueRunning as bool

Description

Enable or disable the processing of network messages.

If this is disabled no RPC call execution or network view synchronization takes place. The Network level loading page has an example of how to use this function.