SearchForGameResultCallback
Swift
public struct SearchForGameResultCallback: Sendable
Steamworks SearchForGameResultCallback_t
Topics
var searchID: UInt64
var searchID: UInt64
var result: Result
var result: Result
var countPlayersInGame: Int
var countPlayersInGame: Int
var countAcceptedGame: Int
var countAcceptedGame: Int
var host: SteamID
var host: SteamID
var finalCallback: Bool
var finalCallback: Bool
init(searchID: UInt64, result: Result, countPlayersInGame: Int, countAcceptedGame: Int, host: SteamID, finalCallback: Bool)
init(searchID: UInt64, result: Result, countPlayersInGame: Int, countAcceptedGame: Int, host: SteamID, finalCallback: Bool)