Packagecom.whirled.contrib.platformer.net
Classpublic class HoverMessage
InheritanceHoverMessage Inheritance BaseGameMessage Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  id : int
HoverMessage
  name : String
[read-only]
HoverMessage
 InheritedsenderId : int
BaseGameMessage
  state : int
HoverMessage
Protected Properties
 PropertyDefined by
 Inherited_senderId : int
BaseGameMessage
Public Methods
 MethodDefined by
  
create(state:int, id:int):HoverMessage
[static]
HoverMessage
  
fromBytes(bytes:ByteArray):void
HoverMessage
 Inherited
fromServer():Boolean
BaseGameMessage
  
toBytes(bytes:ByteArray = null):ByteArray
HoverMessage
Public Constants
 ConstantDefined by
  HOVER : int = 1
[static]
HoverMessage
  NAME : String = "hover"
[static]
HoverMessage
  UNHOVER : int = 2
[static]
HoverMessage
Property detail
idproperty
public var id:int
nameproperty 
name:String  [read-only]Implementation
    public function get name():String
stateproperty 
public var state:int
Method detail
create()method
public static function create(state:int, id:int):HoverMessageParameters
state:int
 
id:int

Returns
HoverMessage
fromBytes()method 
public override function fromBytes(bytes:ByteArray):voidParameters
bytes:ByteArray
toBytes()method 
public override function toBytes(bytes:ByteArray = null):ByteArrayParameters
bytes:ByteArray (default = null)

Returns
ByteArray
Constant detail
HOVERconstant
public static const HOVER:int = 1
NAMEconstant 
public static const NAME:String = "hover"
UNHOVERconstant 
public static const UNHOVER:int = 2