SteamNetworkPingLocation

Swift
public struct SteamNetworkPingLocation: Sendable

Steamworks SteamNetworkPingLocation_t


Topics

var data: [UInt8]

Steamworks m_data

Declaration
Swift
public let data: [UInt8]

init(data: [UInt8])

Create a customized SteamNetworkPingLocation

Declaration
Swift
public init(data: [UInt8] = [])