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)
SourceInstance methods
banned
Sourcebanned=(banned : UInt8)
Sourcebanned_game_id
Sourcebanned_game_id=(banned_game_id : UInt64)
Sourcebanned_ip
Sourcebanned_ip=(banned_ip : UInt32)
Sourcebanned_port
Sourcebanned_port=(banned_port : UInt16)
Sourcedeserialize(io : IO::Memory)
Sourcereputation_score
Sourcereputation_score=(reputation_score : UInt32)
Sourceresult
Sourceresult=(result : Steamcr::EResult)
Sourceserialize(io : IO::Memory)
Sourcetime_ban_expires
Sourcetime_ban_expires=(time_ban_expires : UInt32)
Source