Wiki

Case Status
Log In

Wiki

 
Home ยป Action Reference»Logic Actions»Bool Test
Index
Navigation
Community Wiki

Bool Test

Sends events based on the value of a boolean variable.

Bool Variable
The bool variable to test.
Is True
The event to send if the bool variable is true.
Is False
The event to send if the bool variable is false.
Every Frame
Perform this action every frame. Useful if you want to wait for a bool value before sending an event.

 

Examples

A common pattern is to use questions to name simple branching states, and the event names are the possible answers:

So the graph reads more like a flow chart. This pattern is easy to read and understand - important as a project grows and you revisit parts that you made a while ago!


Last modified on 10/30/2017 8:41 AM by User.

  • RSS Feed