class

Steamcr::MsgGSGetReputationResponse

Inherits Reference < Object

Constructors

new(result : EResult, reputation_score : UInt32, banned : UInt8, banned_ip : UInt32, banned_port : UInt16, banned_game_id : UInt64, time_ban_expires : UInt32)
Source

Instance methods

banned
Source
banned=(banned : UInt8)
Source
banned_game_id
Source
banned_game_id=(banned_game_id : UInt64)
Source
banned_ip
Source
banned_ip=(banned_ip : UInt32)
Source
banned_port
Source
banned_port=(banned_port : UInt16)
Source
deserialize(io : IO::Memory)
Source
reputation_score
Source
reputation_score=(reputation_score : UInt32)
Source
result
Source
result=(result : Steamcr::EResult)
Source
serialize(io : IO::Memory)
Source
time_ban_expires
Source
time_ban_expires=(time_ban_expires : UInt32)
Source