Flash J2PlayController.getGameID

From J2Play

Jump to: navigation, search

Contents

Description

Get game ID of current game

Syntax

public function getGameID() : Number

Parameters

N/A

Return Value

@return game ID number

Examples


 var game_id : Number = _global.controller.getGameID();

Personal tools