Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

ClientScene.readyConnection

Switch to Manual
public static var readyConnection: Networking.NetworkConnection;

Description

The NetworkConnection object that is currently "ready". This is the connection being used connect to the server where objects are spawned from.

This connection can be used to send messages to the server.