[This is preliminary documentation and is subject to change.]

Type of message sent by the player. Determined by CommandManager.GetMessageType()

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

Syntax

   
 C# 
public enum RawMessageType

Members

MemberValueDescription
Invalid0
Unparseable chat syntax (rare).
Chat1
Normal (white) chat.
Command2
Command.
Confirmation3
Confirmation (/ok) for a previous command.
PartialMessage4
Partial message (ends with " /").
PrivateChat5
Private message.
RankChat6
Rank chat.
RepeatCommand7
Repeat of the last command ("/").

See Also