foamyesque Posted April 14, 2019 Posted April 14, 2019 @maxarturo: For the record, the best way to do the 'reverse the state of a boolean' sequence is this: isTriggered = !isTriggered It's the fastest to execute and the fastest to type, and IMO it's clearer than any of the conditional layouts.
Recommended Posts