Set Lobby Data Callback
class SetLobbyDataCallback(jobID: JobID, val appID: Int, val result: EResult, val lobbySteamID: SteamID) : CallbackMsg
This callback is fired in response to SteamMatchmaking.setLobbyData.
Author
Lossy
Since
2025-05-21
Parameters
app ID
ID of the app the targeted lobby belongs to.
result
The result of the request.
lobby Steam ID
The SteamID of the targeted Lobby.
Properties
Link copied to clipboard
Gets or sets the job ID this callback refers to. If it is not a job callback, it will be JobID.INVALID.
Link copied to clipboard