C4 Engine
C4 Engine API Documentation

Application::ApplicationTask

Defined in:  C4Application.h
Called once per application loop to allow the application module to perform periodic processing.
Prototype

virtual void ApplicationTask(void);

Description
The ApplicationTask function is called once per frame after input has been processed and before anything in the world is moved or rendered. The application module may perform any type of periodic processing that is necessary at this time. The default implementation of this function performs no action.