[bug] Selecting onControl in script editor opens OnController
-
Not sure when this bug creeped in, just noticed it today. Maybe time to drop the onControl callback altogether for new projects.
-
@d-healey this has nothing to do with the onControl callback, I'm pretty sure it's a (size-1) bug, so if we ditch the onControl callback, the onTimer would be next on the hit list :)
-
@Christoph-Hart said in [bug] Selecting onControl in script editor opens OnController:
I'm pretty sure it's a (size-1) bug
But wouldn't it show onTimer and not onController?
-
@d-healey yeah, I just checked and with a script FX you can select the onControl callback (because it doesn't have the onController() callback). So it seems that something is just checking if the name vaguely matches and then returns the first match and calls it a day like a underpaid teenage employee...