Statistical System

Statistical functions are used to measure game status for analytical reports.

Measure Game Time

1.Game start

Function

void GameStart()

Description
  • When game started, call this function to notify server to start recording.
Response

2.Game stop

Function

void GameStop()

Description
  • When game stopped, call this function to notify server to stop recording.
Response