I wish there was someway to do this without, for instance, a state machine or cases within the process function; instead, process fuctions that have an integer argument like set_process(true,0) ---> _process(delta,0)

@1000h Can you elaborate on why you feel this would be beneficial? I don't feel that implementing conditions in process is a huge problem, though I can see how multiple nameless process functions can harm readability.

5 years later