Packagecom.electrotank.electroserver4.message.response
Classpublic class GetUserVariablesResponse
InheritanceGetUserVariablesResponse Inheritance ResponseImpl Inheritance MessageImpl



Public Properties
 PropertyDefined by
 Inheritedtarget : Object
MessageImpl
 Inheritedtype : String
MessageImpl
Public Methods
 MethodDefined by
  
GetUserVariablesResponse
  
addVariable(name:String, esob:EsObject):void
GetUserVariablesResponse
  
doesUserVariableExist(name:String):Boolean
GetUserVariablesResponse
 Inherited
Used internally when one client-request needs to be remapped to a server request.
MessageImpl
 Inherited
getMessageId():Number
The id of the message.
MessageImpl
 Inherited
The type of message being used.
MessageImpl
 Inherited
If this is not a real message, then get it.
MessageImpl
 Inherited
getRequestId():Number
ResponseImpl
  
getUserName():String
GetUserVariablesResponse
  
GetUserVariablesResponse
  
GetUserVariablesResponse
 Inherited
setIsRealServerMessage(isRealServerMessage:Boolean):void
Used internally when one client-request needs to be remapped to a server request.
MessageImpl
 Inherited
setMessageId(id:Number):void
The id of the message.
MessageImpl
 Inherited
This defines the type of message being used, such as LoginRequest or CreateRoomVariableRequest.
MessageImpl
 Inherited
setRequestId(num:Number):void
ResponseImpl
  
setUserName(userName:String):void
GetUserVariablesResponse
 Inherited
Every messages have varying optional fields.
MessageImpl
Constructor detail
GetUserVariablesResponse()constructor
public function GetUserVariablesResponse()
Method detail
addVariable()method
public function addVariable(name:String, esob:EsObject):voidParameters
name:String
 
esob:EsObject
doesUserVariableExist()method 
public function doesUserVariableExist(name:String):BooleanParameters
name:String

Returns
Boolean
getUserName()method 
public function getUserName():String

Returns
String
getUserVariableByName()method 
public function getUserVariableByName(name:String):UserVariableParameters
name:String

Returns
UserVariable
getUserVariables()method 
public function getUserVariables():Array

Returns
Array
setUserName()method 
public function setUserName(userName:String):voidParameters
userName:String