UserStatsStored

Swift
public struct UserStatsStored: Sendable

Steamworks UserStatsStored_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 UserStatsStored

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