ElectroServer 5 Client: Cocoa-Touch
EsJoinGameRequest Class Reference
Inheritance diagram for EsJoinGameRequest:
EsRequest EsMessage EsEventDispatcherEvent

Instance Methods

(id) - init
 
(id) - initWithThriftObject:
 
(void) - fromThrift:
 
(ThriftJoinGameRequest *) - toThrift
 
(id) - newThrift
 

Properties

int32_t gameId
 
NSString * password
 Optional password used when joining a game. More...
 

Additional Inherited Members

- Protected Attributes inherited from EsMessage
int messageType_
 

Method Documentation

- (void) fromThrift: (id)  thriftObject

Reimplemented from EsMessage.

- (id) init
- (id) initWithThriftObject: (id)  thriftObject
- (id) newThrift

Reimplemented from EsMessage.

- (ThriftJoinGameRequest *) toThrift

Reimplemented from EsMessage.

Property Documentation

- (int32_t) gameId
readwritenonatomicassign
- (NSString*) password
readwritenonatomicretain

Optional password used when joining a game.