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
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