Skip to content

Events are ignored in actions. #12

Open
@cepsdev

Description

@cepsdev

The following doesn't work - E is never fired.

Event E;
sm{
 S;
 on_enter{
   E;
 };
 states{Initial;};
};
Simulation{
 Start{S;};
};

But putting E into a scope works:

...
 on_enter{
   {E;}
 };
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions