GameID
Swift
public struct GameID
extension GameID: Hashable, Comparable, CustomStringConvertible, Sendable
Steamworks CGameID
- encapsulates an appID/modID pair
Topics
Properties
var modID: Int
var modID: Int
var appID: AppID
var appID: AppID
var asUInt64: UInt64
var asUInt64: UInt64
Queries
var isValid: Bool
var isValid: Bool
var isMod: Bool
var isMod: Bool
var isShortcut: Bool
var isShortcut: Bool
var isP2PFile: Bool
var isP2PFile: Bool
var isSteamApp: Bool
var isSteamApp: Bool
Initializers
init()
init()
init(UInt64)
init(UInt64)
Compound Setters
func reset()
func reset()
Clear all fields, leaving an invalid ID.
Declaration
Swift
public mutating func reset()
Conformances
static func <(lhs: GameID, rhs: GameID) -> Bool
static func <(lhs: GameID, rhs: GameID) -> Bool
var description: String
var description: String