| Package | playerio |
| Interface | public interface Client |
See also
| Property | Defined By | ||
|---|---|---|---|
| bigDB : BigDB [read-only]
Collection used to access the BigDB service. | Client | ||
| connectUserId : String [read-only]
User id of the currently connected user
| Client | ||
| errorLog : ErrorLog [read-only]
Collection used to access the Error log
| Client | ||
| gameFS : GameFS [read-only]
Collection used to access the GameFS service. | Client | ||
| multiplayer : Multiplayer [read-only]
Collection used for Multiplayer games
| Client | ||
| partnerPay : PartnerPay [read-only]
Collection used to access the PartnerPay service. | Client | ||
| payVault : PayVault [read-only]
Collection used to access the PayVault service. | Client | ||
| stage : Stage [read-only]
Reference to the stage the Client is connected to
| Client | ||
| bigDB | property |
bigDB:BigDB [read-only] Collection used to access the BigDB service.
public function get bigDB():BigDB
var url:String = client.gameFS.getURL("game.swf")
| connectUserId | property |
connectUserId:String [read-only] User id of the currently connected user
public function get connectUserId():String| errorLog | property |
errorLog:ErrorLog [read-only] Collection used to access the Error log
public function get errorLog():ErrorLog| gameFS | property |
gameFS:GameFS [read-only] Collection used to access the GameFS service.
public function get gameFS():GameFS| multiplayer | property |
multiplayer:Multiplayer [read-only] Collection used for Multiplayer games
public function get multiplayer():Multiplayer| partnerPay | property |
partnerPay:PartnerPay [read-only] Collection used to access the PartnerPay service.
public function get partnerPay():PartnerPay| payVault | property |
payVault:PayVault [read-only] Collection used to access the PayVault service.
public function get payVault():PayVault| stage | property |
stage:Stage [read-only] Reference to the stage the Client is connected to
public function get stage():Stage