Rebornbuddy
|
Class that handles interacting with the games various different chat and combat logs. More...
Static Public Member Functions | |
static void | RegisterListener (EventHandler< ChatEventArgs > handler, params MessageType[] types) |
Registers a event handler to get called when any of the passed in types gets logged. | |
static void | UnRegisterListener (EventHandler< ChatEventArgs > handler, params MessageType[] types) |
static void | Pulse () |
Updates the gamelogmanager. |
Properties | |
static List< ChatLogEntry > | CurrentBuffer [get] |
All the current lines in the log buffer. |
Events | |
static EventHandler< ChatEventArgs > | MessageRecevied |
Event handler that gets called when any message is received. | |
static EventHandler< ChatEventArgs > | GameMasterMessageRecevied [add, remove] |
Event that is fired when any GM message is received. | |
static EventHandler< ChatEventArgs > | LinkShellMessageRecevied [add, remove] |
Event that is fired when a linkshell message is received. | |
static EventHandler< ChatEventArgs > | FreeCompanyMessageRecevied [add, remove] |
Event that is fired when a free company message is received. | |
static EventHandler< ChatEventArgs > | TellRecevied [add, remove] |
Event that is fired when a private message is received. | |
static EventHandler< ChatEventArgs > | SayRecevied [add, remove] |
Event that is fired when someone says something in the say channel. | |
static EventHandler< ChatEventArgs > | ShoutRecevied [add, remove] |
Event that is fired when someone says something in the shout channel. | |
static EventHandler< ChatEventArgs > | EchoRecevied [add, remove] |
Event that is fired when a message is echoed. | |
static EventHandler< ChatEventArgs > | YellRecevied [add, remove] |
Event that is fired when someone says something in the yell channel. | |
static EventHandler< ChatEventArgs > | EmoteRecevied [add, remove] |
Event that is fired when someone emotes. | |
static EventHandler< ChatEventArgs > | CrossWorldLinkShellMessageRecevied [add, remove] |
Event that is fired when someone says something in a cross world link shell. | |
static EventHandler< ChatEventArgs > | PartyMessageRecevied [add, remove] |
Event that is fired when someone says something in the party channel. | |
static EventHandler< ChatEventArgs > | AllianceMessageRecevied [add, remove] |
Event that is fired when someone says something in the alliance channel. |
Class that handles interacting with the games various different chat and combat logs.
|
static |
Updates the gamelogmanager.
|
static |
Registers a event handler to get called when any of the passed in types gets logged.
handler | |
types |
|
static |
handler | |
types |
|
staticget |
All the current lines in the log buffer.
|
staticaddremove |
Event that is fired when someone says something in the alliance channel.
|
staticaddremove |
Event that is fired when someone says something in a cross world link shell.
|
staticaddremove |
Event that is fired when a message is echoed.
|
staticaddremove |
Event that is fired when someone emotes.
|
staticaddremove |
Event that is fired when a free company message is received.
|
staticaddremove |
Event that is fired when any GM message is received.
|
staticaddremove |
Event that is fired when a linkshell message is received.
|
static |
Event handler that gets called when any message is received.
|
staticaddremove |
Event that is fired when someone says something in the party channel.
|
staticaddremove |
Event that is fired when someone says something in the say channel.
|
staticaddremove |
Event that is fired when someone says something in the shout channel.
|
staticaddremove |
Event that is fired when a private message is received.
|
staticaddremove |
Event that is fired when someone says something in the yell channel.