public class MsgClientChatMsg extends Object implements ISteamSerializableMessage
Modifier and Type | Field and Description |
---|---|
EChatEntryType |
chatMsgType |
private long |
steamIdChatRoom |
private long |
steamIdChatter |
Constructor and Description |
---|
MsgClientChatMsg() |
Modifier and Type | Method and Description |
---|---|
void |
deSerialize(BinaryReader stream) |
EMsg |
getEMsg() |
SteamID |
getSteamIdChatRoom() |
SteamID |
getSteamIdChatter() |
void |
serialize(BinaryWriter stream) |
void |
setSteamIdChatRoom(SteamID steamId) |
void |
setSteamIdChatter(SteamID steamId) |
private long steamIdChatter
private long steamIdChatRoom
public EChatEntryType chatMsgType
public EMsg getEMsg()
getEMsg
in interface ISteamSerializableMessage
public SteamID getSteamIdChatter()
public void setSteamIdChatter(SteamID steamId)
public SteamID getSteamIdChatRoom()
public void setSteamIdChatRoom(SteamID steamId)
public void serialize(BinaryWriter stream) throws IOException
serialize
in interface ISteamSerializable
IOException
public void deSerialize(BinaryReader stream) throws IOException
deSerialize
in interface ISteamSerializable
IOException
Copyright © 2012. All Rights Reserved.