Calls all the registered listeners in order. Can also be called using the alias go!#{stateName}, where the state name is a string.
The state to transition to.
The param tuple to call the listener with.
An array of results from the listeners. If $(DDOC_PSYMBOL EventType.ReturnType) is void, then this function also returns void.
subscribed.event.Event.call
See Implementation
Calls all the registered listeners in order. Can also be called using the alias go!#{stateName}, where the state name is a string.