steam_createLobby
Get code examples for creating Steam multiplayer lobbies with specified visibility and max members. Returns ready-to-use code in C++, C#, and GDScript for client-side SDK integration.
Instructions
Get code examples and documentation for creating Steam multiplayer lobbies. Lobby creation is a client-side SDK operation (ISteamMatchmaking) and cannot be done via HTTP API. This tool returns ready-to-use code for C++, C#, and GDScript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Lobby visibility type | |
| max_members | Yes | Maximum number of players in the lobby | |
| metadata | No | Key-value pairs for lobby metadata (e.g. map name, game mode) |