OCLOperators stateMachineTrigger
(Adding message template to the top of the page)
(Updated Edited template to July 12, 2025.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{message|Write the content here to display this box}}
<message>Write the content here to display this box</message>
Triggers any state transition '''without''' triggers for an object's statemachines.
Triggers any state transition '''without''' triggers for an object's statemachines.


Line 6: Line 6:
Using the stateMachineTrigger, you can create statemachines that follow a path set out by guards instead of having to manually use named triggers.
Using the stateMachineTrigger, you can create statemachines that follow a path set out by guards instead of having to manually use named triggers.
[[Category:OCLOperators]]
[[Category:OCLOperators]]
{{Edited|July|12|2024}}
{{Edited|July|12|2025}}

Latest revision as of 05:58, 20 January 2025

This page was created by Lars.olofsson@mdriven.net on 2019-05-12. Last edited by Edgar on 2025-01-20.

Triggers any state transition without triggers for an object's statemachines.

Use this to make the statemachines of an object re-evaluate all guards from the current state and transition if possible.

Using the stateMachineTrigger, you can create statemachines that follow a path set out by guards instead of having to manually use named triggers.