Skip to content

馃 Interpret all subtypes of IControllerAction

Ren茅 Paris requested to merge 20-parsecontrolleraction-incomplete into main

The generated code does not distingish between AssignControllerAction, OverrideControllerValueAction, and ActivateControllerAction, causing all ControllerActions to be interpreted as AssignControllerAction. For OverrideControllerValueAction and ActivateControllerAction this directly led to a segmentation fault. This patch (manually) fixes the code.

Relates to #20 (closed)

Closes #20 (closed)

Merge request reports