LeaveLobbyCallback

class LeaveLobbyCallback(jobID: JobID, val appID: Int, val result: EResult, val lobbySteamID: SteamID) : CallbackMsg

This callback is fired in response to SteamMatchmaking.leaveLobby.

Author

Lossy

Since

2025-05-21

Parameters

appID

ID of the app the targeted lobby belongs to.

result

The result of the request.

lobbySteamID

The SteamID of the targeted Lobby.

Constructors

Link copied to clipboard
constructor(jobID: JobID, appID: Int, result: EResult, lobbySteamID: SteamID)

Properties

Link copied to clipboard
val appID: Int
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
Link copied to clipboard
val result: EResult