class MsgClientChatEnter
Class for the MsgClientChatEnter
in the Steam Language.
Public Class Methods
Instantiate a MsgClientChatEnter
object
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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