In the Mars Marine lecture “Impact Hits and Health Pickups,” at around the 8:00 mark, Gavin calls the “Is Health Full” boolean function, and then checks if it is “NOT” before passing it to the Branch. He then proceeds execution from the Branch’s “True” value. Here’s a pic:
Could we not just pass the “Is Health Full” boolean directly into the Branch and then execute from the “False” value instead? Here’s my blueprint to show what I mean:
I’m just curious if there is a practical reason to use a NOT modifier instead of the Branch’s False output, or if it was just done for the sake of readability. Thanks!