LTH_process
void LTH_process(string fn)
This hook expects functions of the form:
void fn(system sys)
Adds a process function to be executed every game engine frame. The hooked function will be called every game engine frame. This is for any active behavior of the addon that isn't waiting for a particular event to occur.