Packagecom.whirled.contrib.platformer.game
Classpublic class EventAction
SubclassesBackgroundMusicAction, EnableActorEventAction, EnableSpawnerEventAction, MultiEventAction, OpenGateEventAction, RemoveGatesEventAction, SetGateEventAction



Protected Properties
 PropertyDefined by
  _gctrl : GameController
EventAction
Public Methods
 MethodDefined by
  
EventAction(gctrl:GameController, xml:XML)
EventAction
  
[static]
EventAction
  
needServer():Boolean
EventAction
  
run():void
EventAction
Property detail
_gctrlproperty
protected var _gctrl:GameController
Constructor detail
EventAction()constructor
public function EventAction(gctrl:GameController, xml:XML)Parameters
gctrl:GameController
 
xml:XML
Method detail
createEventAction()method
public static function createEventAction(gctrl:GameController, xml:XML):EventActionParameters
gctrl:GameController
 
xml:XML

Returns
EventAction
needServer()method 
public function needServer():Boolean

Returns
Boolean
run()method 
public function run():void