public class MsgClientChatAction extends Object implements ISteamSerializableMessage
Modifier and Type | Field and Description |
---|---|
EChatAction |
chatAction |
private long |
steamIdChat |
private long |
steamIdUserToActOn |
Constructor and Description |
---|
MsgClientChatAction() |
Modifier and Type | Method and Description |
---|---|
void |
deSerialize(BinaryReader stream) |
EMsg |
getEMsg() |
SteamID |
getSteamIdChat() |
SteamID |
getSteamIdUserToActOn() |
void |
serialize(BinaryWriter stream) |
void |
setSteamIdChat(SteamID steamId) |
void |
setSteamIdUserToActOn(SteamID steamId) |
private long steamIdChat
private long steamIdUserToActOn
public EChatAction chatAction
public EMsg getEMsg()
getEMsg
in interface ISteamSerializableMessage
public SteamID getSteamIdChat()
public void setSteamIdChat(SteamID steamId)
public SteamID getSteamIdUserToActOn()
public void setSteamIdUserToActOn(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.