BetaBranchFlags
Swift
public struct BetaBranchFlags: OptionSet, Sendable
Steamworks EBetaBranchFlags
Topics
var rawValue: CUnsignedInt
var rawValue: CUnsignedInt
The flags value.
Declaration
Swift
public let rawValue: CUnsignedInt
init(rawValue: CUnsignedInt)
init(rawValue: CUnsignedInt)
Create a new instance with rawValue
flags set.
Declaration
Swift
public init(rawValue: CUnsignedInt)
static var none: BetaBranchFlags
static var none: BetaBranchFlags
static var default: BetaBranchFlags
static var default: BetaBranchFlags
static var available: BetaBranchFlags
static var available: BetaBranchFlags
static var private: BetaBranchFlags
static var private: BetaBranchFlags
static var selected: BetaBranchFlags
static var selected: BetaBranchFlags
static var installed: BetaBranchFlags
static var installed: BetaBranchFlags