UserLeftLobbyCallback

class UserLeftLobbyCallback(val appID: Int, val lobbySteamID: SteamID, val user: Member) : CallbackMsg

This callback is fired whenever Steam informs us a user has left a lobby.

Author

Lossy

Since

2025-05-21

Parameters

appID

ID of the app the lobby belongs to.

lobbySteamID

The SteamID of the lobby that a member left.

user

The lobby member that left.

Constructors

Link copied to clipboard
constructor(appID: Int, lobbySteamID: SteamID, user: Member)

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