SteamInventoryStartPurchaseResult

Swift
public struct SteamInventoryStartPurchaseResult: Sendable

Steamworks SteamInventoryStartPurchaseResult_t


Topics

var result: Result

Steamworks m_result

Declaration
Swift
public let result: Result

var orderID: UInt64

Steamworks m_ulOrderID

Declaration
Swift
public let orderID: UInt64

var transID: UInt64

Steamworks m_ulTransID

Declaration
Swift
public let transID: UInt64

init(result: Result, orderID: UInt64, transID: UInt64)

Create a customized SteamInventoryStartPurchaseResult

Declaration
Swift
public init(result: Result = .none, orderID: UInt64 = 0, transID: UInt64 = 0)