class MsgGSPerformHardwareSurvey

Class for the MsgGSPerformHardwareSurvey in the Steam Language.

Public Class Methods

new() click to toggle source

Instantiate a MsgGSPerformHardwareSurvey object

Calls superclass method SteamSerializable::new
# File lib/steamd/generated/steammsg.rb, line 957
def initialize
  super([{:name=>"flags", :type=>"uint", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}], [])
end

Public Instance Methods

flags() click to toggle source

Gets the flags variable.

@note defaults to @return [uint] the value of flags

# File lib/steamd/generated/steammsg.rb, line 965
def flags
  @variables['flags'][:value]
end
flags=(value) click to toggle source

Sets the flags variable.

@param value [uint] the new value

# File lib/steamd/generated/steammsg.rb, line 972
def flags=(value)
  @variables['flags'][:value] = value
end