class MsgClientChatEnter

Class for the MsgClientChatEnter in the Steam Language.

Public Class Methods

new() click to toggle source

Instantiate a MsgClientChatEnter object

Calls superclass method SteamSerializable::new
# File lib/steamd/generated/steammsg.rb, line 1455
def initialize
  super([{:name=>"steam_id_chat", :type=>"ulong", :modifier=>"steamidmarshal", :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"steam_id_friend", :type=>"ulong", :modifier=>"steamidmarshal", :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"chat_room_type", :type=>"EChatRoomType", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"steam_id_owner", :type=>"ulong", :modifier=>"steamidmarshal", :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"steam_id_clan", :type=>"ulong", :modifier=>"steamidmarshal", :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"chat_flags", :type=>"byte", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"enter_response", :type=>"EChatRoomEnterResponse", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"num_members", :type=>"int", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}], [])
end

Public Instance Methods

chat_flags() click to toggle source

Gets the chat_flags variable.

@note defaults to @return [byte] the value of chat_flags

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

Sets the chat_flags variable.

@param value [byte] the new value

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

Gets the chat_room_type variable.

@note defaults to @return [EChatRoomType] the value of chat_room_type

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

Sets the chat_room_type variable.

@param value [EChatRoomType] the new value

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

Gets the enter_response variable.

@note defaults to @return [EChatRoomEnterResponse] the value of enter_response

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

Sets the enter_response variable.

@param value [EChatRoomEnterResponse] the new value

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

Gets the num_members variable.

@note defaults to @return [int] the value of num_members

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

Sets the num_members variable.

@param value [int] the new value

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

Gets the steam_id_chat variable.

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

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

Sets the steam_id_chat variable.

@param value [ulong] the new value

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

Gets the steam_id_clan variable.

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

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

Sets the steam_id_clan variable.

@param value [ulong] the new value

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

Gets the steam_id_friend variable.

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

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

Sets the steam_id_friend variable.

@param value [ulong] the new value

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

Gets the steam_id_owner variable.

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

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

Sets the steam_id_owner variable.

@param value [ulong] the new value

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