class MsgClientRequestedClientStats
Class for the MsgClientRequestedClientStats
in the Steam Language.
Public Class Methods
new()
click to toggle source
Instantiate a MsgClientRequestedClientStats
object
Calls superclass method
SteamSerializable::new
# File lib/steamd/generated/steammsg.rb, line 489 def initialize super([{:name=>"count_stats", :type=>"int", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}], []) end
Public Instance Methods
count_stats()
click to toggle source
Gets the count_stats
variable.
@note defaults to @return [int] the value of count_stats
# File lib/steamd/generated/steammsg.rb, line 497 def count_stats @variables['count_stats'][:value] end
count_stats=(value)
click to toggle source
Sets the count_stats
variable.
@param value [int] the new value
# File lib/steamd/generated/steammsg.rb, line 504 def count_stats=(value) @variables['count_stats'][:value] = value end