Hey, quick question:
I'm used to the &&-operator only evaluating the first expression if that turns out to be false. Unless I'm mistaken this does not seem to be the case in gdscript, instead evaluating both expressions in any case. This makes accessing members of objects without checking for null beforehand more tedious. Is there an elegant alternative solution?