Skip to content

ControllerActions

class ControllerActions

ControllerActions is a controller's container for cyclic code that runs outside the statemachine: a one-time init hook and hooks that run before and after the states each cycle, plus not-exist behaviour. Controllers without a statemachine, such as I/O and driver controllers, do their whole job here.

Abstract

Each controller has ControllerActions. These can be implemented without independently of the state machine

class ControllerActions extends Resource

Create an action in a controller

4mj5b9q8

Overwrite an action of an extended controller

  • create an acontroller action
    9ewj7wga
  • Choose the type of psoition (PosInheritedAction_overwrite).
    7203djpt
  • Select the action to overwrite.
    zffeb9vf

Define a specific position of an action of an extended controller

m09dzntu