Packageorg.wak.action.actions
Classpublic class WalkToAction
InheritanceWalkToAction Inheritance BaseAction



Public Properties
 PropertyDefined by
 InheritedisReady : Boolean
Returns true if the action has all the scene or inventory item needed as parameters for the action.
BaseAction
 InheritedparamsNumber : int
The number of parameters used by the action.
BaseAction
Protected Properties
 PropertyDefined by
 InheritedmActionId : String = ""
BaseAction
 InheritedmActionText : String = ""
BaseAction
 InheritedmParam1 : IInteractable = null
BaseAction
Public Methods
 MethodDefined by
  
WalkToAction
 Inherited
Add an IInteractable as action parameter.
BaseAction
 Inherited
CanExecute(pIterator:IIterator):Boolean
Tests if the action can execute.
BaseAction
 Inherited
Execute(pIterator:IIterator):Boolean
Executes the action.
BaseAction
 Inherited
GetId():String
The action identificator.
BaseAction
 Inherited
GetNoActionText():String
If no method found for the action, you usually gets a generic message this method returns that message.
BaseAction
 Inherited
The first parameter of the action.
BaseAction
 Inherited
The second parameter of the action.
BaseAction
 Inherited
GetText():String
Get the action localized text for player's interface uses.
BaseAction
 Inherited
Test if the IInteractable is aceptable as action parameter
BaseAction
Constructor detail
WalkToAction()constructor
public function WalkToAction()