GlobalStatsReceived

Swift
public struct GlobalStatsReceived: Sendable

Steamworks GlobalStatsReceived_t


Topics

var gameID: GameID

Steamworks m_nGameID

Declaration
Swift
public let gameID: GameID

var result: Result

Steamworks m_eResult

Declaration
Swift
public let result: Result

init(gameID: GameID, result: Result)

Create a customized GlobalStatsReceived

Declaration
Swift
public init(gameID: GameID = GameID(), result: Result = .none)