Steamcr::MsgClientChatEnter
Inherits Reference < Object
Constructors
new(steam_id_chat : UInt64, steam_id_friend : UInt64, chat_room_type : EChatRoomType, steam_id_owner : UInt64, steam_id_clan : UInt64, chat_flags : UInt8, enter_response : EChatRoomEnterResponse, num_members : Int32)
SourceInstance methods
chat_flags
Sourcechat_flags=(chat_flags : UInt8)
Sourcechat_room_type
Sourcechat_room_type=(chat_room_type : Steamcr::EChatRoomType)
Sourcedeserialize(io : IO::Memory)
Sourceenter_response
Sourceenter_response=(enter_response : Steamcr::EChatRoomEnterResponse)
Sourcenum_members
Sourcenum_members=(num_members : Int32)
Sourceserialize(io : IO::Memory)
Sourcesteam_id_chat
Sourcesteam_id_chat=(steam_id_chat : UInt64)
Sourcesteam_id_clan
Sourcesteam_id_clan=(steam_id_clan : UInt64)
Sourcesteam_id_friend
Sourcesteam_id_friend=(steam_id_friend : UInt64)
Sourcesteam_id_owner
Sourcesteam_id_owner=(steam_id_owner : UInt64)
Source