cancel
Showing results for 
Search instead for 
Did you mean: 

from where does ActionService get Action Definitions?

esource
Champ on-the-rise
Champ on-the-rise
there is a method call in ActionService getActionDefinitions. 

from where does ActionService get Action Definitions?
1 REPLY 1

mrogers
Star Contributor
Star Contributor
The action executors register themselves with the Action Service by calling ActionService.registerActionExecutor()

There's an "init" method in the ActionExecutorAbstactBase that does this for you.