Edit on GitHub

GameService Client Multiplayer Mode Join

Summary

This packet announces the client has entered multiplayer mode. This gets set when the client opens the multiplayer lobby / game room directory, remains set while the client is in any multiplayer room, and only becomes unset once the client leaves all rooms and the directory.

There is no payload.

The response is GameService Server 0x00F5 Multiplayer Mode Join Response.

See Also:

Aliases:

Structure

gameservice_client_0081_multiplayer_mode_join

Name Type Summary
This structure does not have any fields of its own.

Definition

meta:
  id: gameservice_client_0081_multiplayer_mode_join
  title: GameService Client Multiplayer Mode Join
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring

Examples

No examples available. Contribute one?