SteamInventoryResultReady

Swift
public struct SteamInventoryResultReady: Sendable

Steamworks SteamInventoryResultReady_t


Topics

var handle: SteamInventoryResult

Steamworks m_handle

Declaration
Swift
public let handle: SteamInventoryResult

var result: Result

Steamworks m_result

Declaration
Swift
public let result: Result

init(handle: SteamInventoryResult, result: Result)

Create a customized SteamInventoryResultReady

Declaration
Swift
public init(handle: SteamInventoryResult = 0, result: Result = .none)