ActionRunner

interface ActionRunner

Runs actions.

Inheritors

Functions

Link copied to clipboard
abstract fun run(name: String, value: JsonSerializable?, situation: Int? = null, extender: ActionRunRequestExtender? = null, callback: ActionCompletionCallback? = null)

Called to run an action.

Inherited functions

Link copied to clipboard
fun ActionRunner.run(actions: Map<String, JsonSerializable>, situation: Int? = null, extender: ActionRunRequestExtender? = null)