Packageorg.wak.action.actions
Classpublic class AdventureActions



Public Methods
 MethodDefined by
  
AdventureActions
Public Constants
 ConstantDefined by
  ActionIdClose : String = "Close"
[static]
AdventureActions
  ActionIdGive : String = "Give"
[static]
AdventureActions
  ActionIdInteract : String = "Interact"
[static]
AdventureActions
  ActionIdLookAt : String = "Lookat"
[static]
AdventureActions
  ActionIdOpen : String = "Open"
[static]
AdventureActions
  ActionIdPickUp : String = "Pickup"
[static]
AdventureActions
  ActionIdPull : String = "Pull"
[static]
AdventureActions
  ActionIdPush : String = "Push"
[static]
AdventureActions
  ActionIdTalkTo : String = "Talkto"
[static]
AdventureActions
  ActionIdUse : String = "Use"
[static]
AdventureActions
  ActionIdWalkTo : String = "Walkto"
[static]
AdventureActions
Constructor detail
AdventureActions()constructor
public function AdventureActions()
Constant detail
ActionIdCloseconstant
public static const ActionIdClose:String = "Close"
ActionIdGiveconstant 
public static const ActionIdGive:String = "Give"
ActionIdInteractconstant 
public static const ActionIdInteract:String = "Interact"
ActionIdLookAtconstant 
public static const ActionIdLookAt:String = "Lookat"
ActionIdOpenconstant 
public static const ActionIdOpen:String = "Open"
ActionIdPickUpconstant 
public static const ActionIdPickUp:String = "Pickup"
ActionIdPullconstant 
public static const ActionIdPull:String = "Pull"
ActionIdPushconstant 
public static const ActionIdPush:String = "Push"
ActionIdTalkToconstant 
public static const ActionIdTalkTo:String = "Talkto"
ActionIdUseconstant 
public static const ActionIdUse:String = "Use"
ActionIdWalkToconstant 
public static const ActionIdWalkTo:String = "Walkto"