RemoteStorageFilePathType

Swift
public enum RemoteStorageFilePathType: CUnsignedInt, Sendable

Steamworks ERemoteStorageFilePathType


Topics

case invalid

Steamworks k_ERemoteStorageFilePathType_Invalid

Declaration
Swift
case invalid = 0

case absolute

Steamworks k_ERemoteStorageFilePathType_Absolute

Declaration
Swift
case absolute = 1

case apiFilename

Steamworks k_ERemoteStorageFilePathType_APIFilename

Declaration
Swift
case apiFilename = 2

case unrepresentedInSwift

Some undocumented value

Declaration
Swift
case unrepresentedInSwift = 3