class Steamcr::MsgGSGetPlayStatsResponse
- Steamcr::MsgGSGetPlayStatsResponse
- Reference
- Object
Defined in:
steamd/steammsg.crConstructors
Instance Method Summary
- #deserialize(io : IO::Memory)
- #lifetime_connects : UInt32
- #lifetime_connects=(lifetime_connects : UInt32)
- #lifetime_minutes_played : UInt32
- #lifetime_minutes_played=(lifetime_minutes_played : UInt32)
- #rank : Int32
- #rank=(rank : Int32)
- #result : Steamcr::EResult
- #result=(result : Steamcr::EResult)
- #serialize(io : IO::Memory)
Constructor Detail
def self.new(result : EResult, rank : Int32, lifetime_connects : UInt32, lifetime_minutes_played : UInt32)
#