MessageType

enum MessageType : Enum<MessageType>

Entries

UNKNOWN
Link copied to clipboard

An unknown message type.

WELCOME
Link copied to clipboard
WELCOME(108)

The "Welcome to RuneScape" message

TENSECTIMEOUT
Link copied to clipboard

A message that times out after 10 seconds.

PLAYERRELATED
Link copied to clipboard

A message that is relating to the player.

SPAM
Link copied to clipboard
SPAM(105)

A message that was filtered.

CHALREQ_FRIENDSCHAT
Link copied to clipboard

A message received when someone sends a friends chat challenge offer.

CHALREQ_TRADE
Link copied to clipboard

A message received when somebody sends a duel offer.

TRADE
Link copied to clipboard
TRADE(102)

A message received when completing a trade or a duel

TRADEREQ
Link copied to clipboard

A message received when somebody sends a trade offer.

CONSOLE
Link copied to clipboard

A game message. (ie. when a setting is changed)

MODAUTOTYPER
Link copied to clipboard

An autotyper message from a mod.

AUTOTYPER
Link copied to clipboard

An autotyper message from a player.

IGNORENOTIFICATION
Link copied to clipboard

Adding player to ignore list.

FRIENDNOTIFICATION
Link copied to clipboard

Adding player to friend list.

OBJECT_EXAMINE
Link copied to clipboard

Examine object description.

NPC_EXAMINE
Link copied to clipboard

Examine NPC description.

ITEM_EXAMINE
Link copied to clipboard

Examine item description.

SNAPSHOTFEEDBACK
Link copied to clipboard

An abuse report submitted.

BROADCAST
Link copied to clipboard

A game broadcast.

TRADE_SENT
Link copied to clipboard

A trade request being sent.

FRIENDSCHATNOTIFICATION
Link copied to clipboard

A message received with information about the current friends chat.

FRIENDSCHAT
Link copied to clipboard

A message received in friends chat.

MODPRIVATECHAT
Link copied to clipboard

A private message received from a moderator.

PRIVATECHATOUT
Link copied to clipboard

A private message sent to another player.

LOGINLOGOUTNOTIFICATION
Link copied to clipboard

A message received when a friend logs in or out.

ENGINE
Link copied to clipboard

A message that the game engine sends.

PRIVATECHAT
Link copied to clipboard

A private message from another player.

PUBLICCHAT
Link copied to clipboard

A message in the public chat.

MODCHAT
Link copied to clipboard

A message in the public chat from a moderator

GAMEMESSAGE
Link copied to clipboard

A normal game message.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
type
Link copied to clipboard
val type: Int