This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
dragengine:modules:dragonscript:behavior_statemachine [2025/05/06 14:50] – [stateMachine.check] dragonlord | dragengine:modules:dragonscript:behavior_statemachine [2025/05/06 14:50] (current) – [stateMachine.check] dragonlord | ||
---|---|---|---|
Line 137: | Line 137: | ||
|stateMachine.state.contains|string|Current state identifier contains string value| | |stateMachine.state.contains|string|Current state identifier contains string value| | ||
|stateMachine.state.contains.not|string|Current state identifier does not contain string value| | |stateMachine.state.contains.not|string|Current state identifier does not contain string value| | ||
- | |stateMachine.event|string|Current state understands event matching string value| | ||
- | |stateMachine.event.not|string|Current state does not understand event matching string value| | ||
This is an example of using this condition: | This is an example of using this condition: |