Packagecom.whirled.contrib.platformer.game
Classpublic class SetGateEventAction
InheritanceSetGateEventAction Inheritance EventAction



Protected Properties
 PropertyDefined by
  _bottom : int
SetGateEventAction
 Inherited_gctrl : GameController
EventAction
  _left : int
SetGateEventAction
  _right : int
SetGateEventAction
  _top : int
SetGateEventAction
Public Methods
 MethodDefined by
  
SetGateEventAction
 Inherited
[static]
EventAction
 Inherited
needServer():Boolean
EventAction
  
run():void
SetGateEventAction
Property detail
_bottomproperty
protected var _bottom:int
_leftproperty 
protected var _left:int
_rightproperty 
protected var _right:int
_topproperty 
protected var _top:int
Constructor detail
SetGateEventAction()constructor
public function SetGateEventAction(gctrl:GameController, xml:XML)Parameters
gctrl:GameController
 
xml:XML
Method detail
run()method
public override function run():void