Flash J2PlayController.getNetworkID

From J2Play

Jump to: navigation, search

Contents

Description

Get network ID of current game

Syntax

public function getNetworkID() : String

Parameters

N/A

Return Value

@return network ID string

Examples


 var net : String = _global.controller.getNetworkID();

Personal tools