how would i go about running a function every actual logic tick with in blender (not bge and not animation frames)
i am making an addon that runs real time in the view port but it needs to happen over time and not all in 1 frame
using the animation frames will not give the result i want
so far the best i can think of is making a sort of driver feedback loop but i have not tested it yet