You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I kept seeing this error in my project but couldn't figure out where I had an invalid boolean expression. It was only when I looked at where the error was throwing that I realized it was because I had an int value in the delay field.
push_error("Expression result is not a boolean. Returning false.")
Separate but related issue: the error messages would be more useful if they included details like the invalid value and what kind of property it's failing in.
Happy to make the changes myself, just following the rules about making an issue first.
The text was updated successfully, but these errors were encountered:
I kept seeing this error in my project but couldn't figure out where I had an invalid boolean expression. It was only when I looked at where the error was throwing that I realized it was because I had an int value in the delay field.
godot-statecharts/addons/godot_state_charts/transition.gd
Lines 91 to 92 in 56a7498
Separate but related issue: the error messages would be more useful if they included details like the invalid value and what kind of property it's failing in.
Happy to make the changes myself, just following the rules about making an issue first.
The text was updated successfully, but these errors were encountered: