Packagecom.electrotank.electroserver5.api
Classpublic class JoinGameRequest
InheritanceJoinGameRequest Inheritance EsRequest Inheritance EsMessage Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  gameId : int
JoinGameRequest
 InheritedmessageNumber : int
EsMessage
 InheritedmessageType : MessageType
EsMessage
  password : String
Optional password used when joining a game.
JoinGameRequest
 InheritedrequestId : int
EsMessage
 InheritedserverId : String
EsMessage
Public Methods
 MethodDefined By
  
JoinGameRequest(m:MessageType = null, t:TBase = null)
JoinGameRequest
  
fromThrift(t_:TBase):void
[override]
JoinGameRequest
  
newThrift():TBase
[override]
JoinGameRequest
  
toThrift():TBase
[override]
JoinGameRequest
Property Detail
gameIdproperty
gameId:int


Implementation
    public function get gameId():int
    public function set gameId(value:int):void
passwordproperty 
password:String

Optional password used when joining a game.


Implementation
    public function get password():String
    public function set password(value:String):void
Constructor Detail
JoinGameRequest()Constructor
public function JoinGameRequest(m:MessageType = null, t:TBase = null)



Parameters
m:MessageType (default = null)
 
t:TBase (default = null)
Method Detail
fromThrift()method
override public function fromThrift(t_:TBase):void

Parameters

t_:TBase

newThrift()method 
override public function newThrift():TBase

Returns
TBase
toThrift()method 
override public function toThrift():TBase

Returns
TBase