Packageorg.wak.action.actions
Classpublic class TalkToAction
InheritanceTalkToAction 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
  
TalkToAction
 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
  
GetNoActionText():String
TalkToAction
 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
  
TalkToAction
Constructor detail
TalkToAction()constructor
public function TalkToAction()
Method detail
GetNoActionText()method
public override function GetNoActionText():String

Returns
String
TestParameter()method 
public override function TestParameter(pItem:IInteractable):BooleanParameters
pItem:IInteractable

Returns
Boolean