Why is adding more parameters to a subscribe event so overly complex?

Hey, what I meant by that is that using loop: in a function can only trigger once, since the loop has to silently Sleep(0.0) at the end of it.

Using Subscribe() will store your function inside the device and thus can be called (even if sequentially) many times on a single frame.

But I’m not sure so maybe someone could run the test though :man_shrugging: