class MsgClientLoggedOff
Class for the MsgClientLoggedOff
in the Steam Language.
Public Class Methods
new()
click to toggle source
Instantiate a MsgClientLoggedOff
object
Calls superclass method
SteamSerializable::new
# File lib/steamd/generated/steammsg.rb, line 1956 def initialize super([{:name=>"result", :type=>"EResult", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"sec_min_reconnect_hint", :type=>"int", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"sec_max_reconnect_hint", :type=>"int", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}], []) end
Public Instance Methods
result()
click to toggle source
Gets the result variable.
@note defaults to @return [EResult] the value of result
# File lib/steamd/generated/steammsg.rb, line 1964 def result @variables['result'][:value] end
result=(value)
click to toggle source
Sets the result variable.
@param value [EResult] the new value
# File lib/steamd/generated/steammsg.rb, line 1971 def result=(value) @variables['result'][:value] = value end
sec_max_reconnect_hint()
click to toggle source
Gets the sec_max_reconnect_hint
variable.
@note defaults to @return [int] the value of sec_max_reconnect_hint
# File lib/steamd/generated/steammsg.rb, line 1994 def sec_max_reconnect_hint @variables['sec_max_reconnect_hint'][:value] end
sec_max_reconnect_hint=(value)
click to toggle source
Sets the sec_max_reconnect_hint
variable.
@param value [int] the new value
# File lib/steamd/generated/steammsg.rb, line 2001 def sec_max_reconnect_hint=(value) @variables['sec_max_reconnect_hint'][:value] = value end
sec_min_reconnect_hint()
click to toggle source
Gets the sec_min_reconnect_hint
variable.
@note defaults to @return [int] the value of sec_min_reconnect_hint
# File lib/steamd/generated/steammsg.rb, line 1979 def sec_min_reconnect_hint @variables['sec_min_reconnect_hint'][:value] end
sec_min_reconnect_hint=(value)
click to toggle source
Sets the sec_min_reconnect_hint
variable.
@param value [int] the new value
# File lib/steamd/generated/steammsg.rb, line 1986 def sec_min_reconnect_hint=(value) @variables['sec_min_reconnect_hint'][:value] = value end