C4 Engine
C4 Engine API Documentation

NetworkMgr::NetworkTask

Defined in:  C4Network.h
Called once per application loop to allow the Network Manager to perform internal processing.
Prototype

void NetworkTask(void);

Description
The NetworkTask function performs internal processing necessary for reliable packet transport and asynchronous network operations. This function is called automatically by the engine module.