Steamcr::MsgClientLogOnResponse
Inherits Reference < Object
Constructors
new(result : EResult, out_of_game_heartbeat_rate_sec : Int32, in_game_heartbeat_rate_sec : Int32, client_supplied_steam_id : UInt64, ip_public : UInt32, server_real_time : UInt32)
SourceInstance methods
client_supplied_steam_id
Sourceclient_supplied_steam_id=(client_supplied_steam_id : UInt64)
Sourcedeserialize(io : IO::Memory)
Sourcein_game_heartbeat_rate_sec
Sourcein_game_heartbeat_rate_sec=(in_game_heartbeat_rate_sec : Int32)
Sourceip_public
Sourceip_public=(ip_public : UInt32)
Sourceout_of_game_heartbeat_rate_sec
Sourceout_of_game_heartbeat_rate_sec=(out_of_game_heartbeat_rate_sec : Int32)
Sourceresult
Sourceresult=(result : Steamcr::EResult)
Sourceserialize(io : IO::Memory)
Sourceserver_real_time
Sourceserver_real_time=(server_real_time : UInt32)
Source