| Method | Defined by | ||
|---|---|---|---|
| TalkToAction | |||
![]() |
AddParameter(pItem:IInteractable):void
Add an IInteractable as action parameter.
| BaseAction | |
![]() |
CanExecute(pIterator:IIterator):Boolean
Tests if the action can execute.
| BaseAction | |
![]() |
Executes the action.
| BaseAction | |
![]() |
GetId():String
The action identificator.
| BaseAction | |
|
GetNoActionText():String
| TalkToAction | ||
![]() |
The first parameter of the action.
| BaseAction | |
![]() |
The second parameter of the action.
| BaseAction | |
![]() |
GetText():String
Get the action localized text for player's interface uses.
| BaseAction | |
|
TestParameter(pItem:IInteractable):Boolean
| TalkToAction | ||
| TalkToAction | () | constructor |
public function TalkToAction()
| GetNoActionText | () | method |
public override function GetNoActionText():String
Returns
String |
| TestParameter | () | method |
public override function TestParameter(pItem:IInteractable):BooleanParameters
pItem:IInteractable |
Boolean |