OnGameUpdate

This callback is called each game update.

Example:

function OnGameUpdate()
{
    // Your code...
}

Last updated