steam_createLobby
Generate ready-to-use C++, C#, and GDScript code snippets for creating Steam multiplayer lobbies with specified visibility and player limits. Solves implementing ISteamMatchmaking client-side lobby creation directly in your project.
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 | |
| metadata | No | Key-value pairs for lobby metadata (e.g. map name, game mode) | |
| max_members | Yes | Maximum number of players in the lobby |