Class: MsgGSPerformHardwareSurvey
- Inherits:
-
Object
- Object
- MsgGSPerformHardwareSurvey
- Includes:
- SteamSerializable
- Defined in:
- lib/steamd/generated/steammsg.rb
Overview
Class for the MsgGSPerformHardwareSurvey in the Steam Language.
Instance Attribute Summary
Attributes included from SteamSerializable
Instance Method Summary collapse
-
#flags ⇒ uint
Gets the flags variable.
-
#flags=(value) ⇒ Object
Sets the flags variable.
-
#initialize ⇒ MsgGSPerformHardwareSurvey
constructor
Instantiate a MsgGSPerformHardwareSurvey object.
Methods included from SteamSerializable
#consts, #deserialize, #encode_to, #flag, #serialize, #vars
Constructor Details
#initialize ⇒ MsgGSPerformHardwareSurvey
Instantiate a MsgGSPerformHardwareSurvey object
957 958 959 |
# 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 |
Instance Method Details
#flags ⇒ uint
Note:
defaults to
Gets the flags variable.
965 966 967 |
# File 'lib/steamd/generated/steammsg.rb', line 965 def flags @variables['flags'][:value] end |
#flags=(value) ⇒ Object
Sets the flags variable.
972 973 974 |
# File 'lib/steamd/generated/steammsg.rb', line 972 def flags=(value) @variables['flags'][:value] = value end |