UserHasLicenseForAppResult
Swift
public enum UserHasLicenseForAppResult: CUnsignedInt, Sendable
Steamworks EUserHasLicenseForAppResult
Topics
case hasLicense
case hasLicense
Steamworks k_EUserHasLicenseResultHasLicense
Declaration
Swift
case hasLicense = 0
case doesNotHaveLicense
case doesNotHaveLicense
Steamworks k_EUserHasLicenseResultDoesNotHaveLicense
Declaration
Swift
case doesNotHaveLicense = 1
case noAuth
case noAuth
Steamworks k_EUserHasLicenseResultNoAuth
Declaration
Swift
case noAuth = 2
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 3