| Method | Defined by | ||
|---|---|---|---|
| OpenAction | |||
![]() |
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
| OpenAction | ||
![]() |
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
Test if the IInteractable is aceptable as action parameter
| BaseAction | |