PS3TrophiesInstalled

Swift
public struct PS3TrophiesInstalled: Sendable

Steamworks PS3TrophiesInstalled_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

var requiredDiskSpace: UInt64

Steamworks m_ulRequiredDiskSpace

Declaration
Swift
public let requiredDiskSpace: UInt64

init(gameID: GameID, result: Result, requiredDiskSpace: UInt64)

Create a customized PS3TrophiesInstalled

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