Function to disable infinite loop detection, for example for long duration dynamic level generation:
Looping over large arrays of construct object / spawn object from class results in false infinite loop.
Another option would be to provide a pulse function notify the engine the processing is still alive.
Looping over large arrays of construct object / spawn object from class results in false infinite loop.
Another option would be to provide a pulse function notify the engine the processing is still alive.
Comment