| Package | com.electrotank.electroserver4.message.event |
| Class | public class ZoneUpdateEvent |
| Inheritance | ZoneUpdateEvent EventImpl MessageImpl |
| Property | Defined by | ||
|---|---|---|---|
| AddRoom : Number = 0 [static]
| ZoneUpdateEvent | ||
| DeleteRoom : Number = 1 [static]
| ZoneUpdateEvent | ||
| minorType : String | ZoneUpdateEvent | ||
| room : Room | ZoneUpdateEvent | ||
![]() | target : Object | MessageImpl | |
![]() | type : String | MessageImpl | |
| UpdateRoom : Number = 2 [static]
| ZoneUpdateEvent | ||
| zone : Zone | ZoneUpdateEvent | ||
| Method | Defined by | ||
|---|---|---|---|
| ZoneUpdateEvent | |||
|
getActionId():Number
| ZoneUpdateEvent | ||
![]() |
getIsRealServerMessage():Boolean
Used internally when one client-request needs to be remapped to a server request.
| MessageImpl | |
![]() |
getMessageId():Number
The id of the message.
| MessageImpl | |
![]() |
The type of message being used.
| MessageImpl | |
![]() |
If this is not a real message, then get it.
| MessageImpl | |
| ZoneUpdateEvent | |||
|
getRoomCount():Number
| ZoneUpdateEvent | ||
|
getRoomId():Number
| ZoneUpdateEvent | ||
|
getZoneId():Number
| ZoneUpdateEvent | ||
|
setActionId(num:Number):void
| ZoneUpdateEvent | ||
![]() |
setIsRealServerMessage(isRealServerMessage:Boolean):void
Used internally when one client-request needs to be remapped to a server request.
| MessageImpl | |
![]() |
setMessageId(id:Number):void
The id of the message.
| MessageImpl | |
![]() |
setMessageType(mt:MessageType):void
This defines the type of message being used, such as LoginRequest or CreateRoomVariableRequest.
| MessageImpl | |
| ZoneUpdateEvent | |||
|
setRoomCount(num:Number):void
| ZoneUpdateEvent | ||
|
setRoomId(num:Number):void
| ZoneUpdateEvent | ||
|
setZoneId(num:Number):void
| ZoneUpdateEvent | ||
![]() |
Every messages have varying optional fields.
| MessageImpl | |
| AddRoom | property |
public static var AddRoom:Number = 0
| DeleteRoom | property |
public static var DeleteRoom:Number = 1
| minorType | property |
minorType:String [read-write]Implementation
public function get minorType():String
public function set minorType(value:String):void
| room | property |
room:Room [read-write]Implementation
public function get room():Room
public function set room(value:Room):void
| UpdateRoom | property |
public static var UpdateRoom:Number = 2
| zone | property |
zone:Zone [read-write]Implementation
public function get zone():Zone
public function set zone(value:Zone):void
| ZoneUpdateEvent | () | constructor |
public function ZoneUpdateEvent()
| getActionId | () | method |
public function getActionId():Number
Returns
Number |
| getRoom | () | method |
| getRoomCount | () | method |
public function getRoomCount():Number
Returns
Number |
| getRoomId | () | method |
public function getRoomId():Number
Returns
Number |
| getZoneId | () | method |
public function getZoneId():Number
Returns
Number |
| setActionId | () | method |
public function setActionId(num:Number):voidParameters
num:Number |
| setRoom | () | method |
| setRoomCount | () | method |
public function setRoomCount(num:Number):voidParameters
num:Number |
| setRoomId | () | method |
public function setRoomId(num:Number):voidParameters
num:Number |
| setZoneId | () | method |
public function setZoneId(num:Number):voidParameters
num:Number |