Edit on GitHub

GameService Client Match Statistics Submit

Summary

This packet is sent at the end of most matches to report the user's statistics for that particular match in total.

It is part of the response to:

The response is:

Aliases:

See Also:

Structure

gameservice_client_0006_match_statistics_submit

Name Type Summary
user_course_result_data user_course_result_data More details can be found in type definition file. Data is sum of entire match.

Definition

meta:
  id: gameservice_client_0006_match_statistics_submit
  title: GameService Client Match Statistics Submit
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
    - ../../common/user_course_result_data
seq:
  - id: user_course_result_data
    type: user_course_result_data

Examples

No examples available. Contribute one?