class MsgClientGetFriendsWhoPlayGame

Class for the MsgClientGetFriendsWhoPlayGame in the Steam Language.

Public Class Methods

new() click to toggle source

Instantiate a MsgClientGetFriendsWhoPlayGame object

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

Public Instance Methods

game_id() click to toggle source

Gets the game_id variable.

@note defaults to @return [ulong] the value of game_id

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

Sets the game_id variable.

@param value [ulong] the new value

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