LowBatteryPower

Swift
public struct LowBatteryPower: Sendable

Steamworks LowBatteryPower_t


Topics

var minutesBatteryLeft: UInt8

Steamworks m_nMinutesBatteryLeft

Declaration
Swift
public let minutesBatteryLeft: UInt8

init(minutesBatteryLeft: UInt8)

Create a customized LowBatteryPower

Declaration
Swift
public init(minutesBatteryLeft: UInt8 = 0)