C# Class Server.EventSink

Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
InvokeAccountLogin ( AccountLoginEventArgs e ) : void
InvokeAggressiveAction ( AggressiveActionEventArgs e ) : void
InvokeAnimateRequest ( AnimateRequestEventArgs e ) : void
InvokeCastSpellRequest ( CastSpellRequestEventArgs e ) : void
InvokeChangeProfileRequest ( ChangeProfileRequestEventArgs e ) : void
InvokeCharacterCreated ( CharacterCreatedEventArgs e ) : void
InvokeChatRequest ( ChatRequestEventArgs e ) : void
InvokeClientVersionReceived ( ClientVersionReceivedArgs e ) : void
InvokeCommand ( CommandEventArgs e ) : void
InvokeConnected ( ConnectedEventArgs e ) : void
InvokeCrashed ( CrashedEventArgs e ) : void
InvokeCreateGuild ( CreateGuildEventArgs e ) : BaseGuild
InvokeDeleteRequest ( DeleteRequestEventArgs e ) : void
InvokeDisarmRequest ( DisarmRequestEventArgs e ) : void
InvokeDisconnected ( DisconnectedEventArgs e ) : void
InvokeFastWalk ( FastWalkEventArgs e ) : void
InvokeGameLogin ( GameLoginEventArgs e ) : void
InvokeGuildGumpRequest ( GuildGumpRequestArgs e ) : void
InvokeHelpRequest ( HelpRequestEventArgs e ) : void
InvokeHungerChanged ( HungerChangedEventArgs e ) : void
InvokeLogin ( LoginEventArgs e ) : void
InvokeLogout ( LogoutEventArgs e ) : void
InvokeMovement ( MovementEventArgs e ) : void
InvokeOpenDoorMacroUsed ( OpenDoorMacroEventArgs e ) : void
InvokeOpenSpellbookRequest ( OpenSpellbookRequestEventArgs e ) : void
InvokePaperdollRequest ( PaperdollRequestEventArgs e ) : void
InvokePlayerDeath ( PlayerDeathEventArgs e ) : void
InvokeProfileRequest ( ProfileRequestEventArgs e ) : void
InvokeQuestGumpRequest ( QuestGumpRequestArgs e ) : void
InvokeRenameRequest ( RenameRequestEventArgs e ) : void
InvokeServerList ( ServerListEventArgs e ) : void
InvokeServerStarted ( ) : void
InvokeSetAbility ( SetAbilityEventArgs e ) : void
InvokeShutdown ( ShutdownEventArgs e ) : void
InvokeSocketConnect ( SocketConnectEventArgs e ) : void
InvokeSpeech ( SpeechEventArgs e ) : void
InvokeStunRequest ( StunRequestEventArgs e ) : void
InvokeVirtueGumpRequest ( VirtueGumpRequestEventArgs e ) : void
InvokeVirtueItemRequest ( VirtueItemRequestEventArgs e ) : void
InvokeVirtueMacroRequest ( VirtueMacroRequestEventArgs e ) : void
InvokeWorldLoad ( ) : void
InvokeWorldSave ( WorldSaveEventArgs e ) : void
Reset ( ) : void

Method Details

InvokeAccountLogin() public static method

public static InvokeAccountLogin ( AccountLoginEventArgs e ) : void
e AccountLoginEventArgs
return void

InvokeAggressiveAction() public static method

public static InvokeAggressiveAction ( AggressiveActionEventArgs e ) : void
e AggressiveActionEventArgs
return void

InvokeAnimateRequest() public static method

public static InvokeAnimateRequest ( AnimateRequestEventArgs e ) : void
e AnimateRequestEventArgs
return void

InvokeCastSpellRequest() public static method

public static InvokeCastSpellRequest ( CastSpellRequestEventArgs e ) : void
e CastSpellRequestEventArgs
return void

InvokeChangeProfileRequest() public static method

public static InvokeChangeProfileRequest ( ChangeProfileRequestEventArgs e ) : void
e ChangeProfileRequestEventArgs
return void

InvokeCharacterCreated() public static method

public static InvokeCharacterCreated ( CharacterCreatedEventArgs e ) : void
e CharacterCreatedEventArgs
return void

InvokeChatRequest() public static method

public static InvokeChatRequest ( ChatRequestEventArgs e ) : void
e ChatRequestEventArgs
return void

InvokeClientVersionReceived() public static method

public static InvokeClientVersionReceived ( ClientVersionReceivedArgs e ) : void
e ClientVersionReceivedArgs
return void

InvokeCommand() public static method

public static InvokeCommand ( CommandEventArgs e ) : void
e CommandEventArgs
return void

InvokeConnected() public static method

public static InvokeConnected ( ConnectedEventArgs e ) : void
e ConnectedEventArgs
return void

InvokeCrashed() public static method

public static InvokeCrashed ( CrashedEventArgs e ) : void
e CrashedEventArgs
return void

InvokeCreateGuild() public static method

public static InvokeCreateGuild ( CreateGuildEventArgs e ) : BaseGuild
e CreateGuildEventArgs
return Server.Guilds.BaseGuild

InvokeDeleteRequest() public static method

public static InvokeDeleteRequest ( DeleteRequestEventArgs e ) : void
e DeleteRequestEventArgs
return void

InvokeDisarmRequest() public static method

public static InvokeDisarmRequest ( DisarmRequestEventArgs e ) : void
e DisarmRequestEventArgs
return void

InvokeDisconnected() public static method

public static InvokeDisconnected ( DisconnectedEventArgs e ) : void
e DisconnectedEventArgs
return void

InvokeFastWalk() public static method

public static InvokeFastWalk ( FastWalkEventArgs e ) : void
e FastWalkEventArgs
return void

InvokeGameLogin() public static method

public static InvokeGameLogin ( GameLoginEventArgs e ) : void
e GameLoginEventArgs
return void

InvokeGuildGumpRequest() public static method

public static InvokeGuildGumpRequest ( GuildGumpRequestArgs e ) : void
e GuildGumpRequestArgs
return void

InvokeHelpRequest() public static method

public static InvokeHelpRequest ( HelpRequestEventArgs e ) : void
e HelpRequestEventArgs
return void

InvokeHungerChanged() public static method

public static InvokeHungerChanged ( HungerChangedEventArgs e ) : void
e HungerChangedEventArgs
return void

InvokeLogin() public static method

public static InvokeLogin ( LoginEventArgs e ) : void
e LoginEventArgs
return void

InvokeLogout() public static method

public static InvokeLogout ( LogoutEventArgs e ) : void
e LogoutEventArgs
return void

InvokeMovement() public static method

public static InvokeMovement ( MovementEventArgs e ) : void
e MovementEventArgs
return void

InvokeOpenDoorMacroUsed() public static method

public static InvokeOpenDoorMacroUsed ( OpenDoorMacroEventArgs e ) : void
e OpenDoorMacroEventArgs
return void

InvokeOpenSpellbookRequest() public static method

public static InvokeOpenSpellbookRequest ( OpenSpellbookRequestEventArgs e ) : void
e OpenSpellbookRequestEventArgs
return void

InvokePaperdollRequest() public static method

public static InvokePaperdollRequest ( PaperdollRequestEventArgs e ) : void
e PaperdollRequestEventArgs
return void

InvokePlayerDeath() public static method

public static InvokePlayerDeath ( PlayerDeathEventArgs e ) : void
e PlayerDeathEventArgs
return void

InvokeProfileRequest() public static method

public static InvokeProfileRequest ( ProfileRequestEventArgs e ) : void
e ProfileRequestEventArgs
return void

InvokeQuestGumpRequest() public static method

public static InvokeQuestGumpRequest ( QuestGumpRequestArgs e ) : void
e QuestGumpRequestArgs
return void

InvokeRenameRequest() public static method

public static InvokeRenameRequest ( RenameRequestEventArgs e ) : void
e RenameRequestEventArgs
return void

InvokeServerList() public static method

public static InvokeServerList ( ServerListEventArgs e ) : void
e ServerListEventArgs
return void

InvokeServerStarted() public static method

public static InvokeServerStarted ( ) : void
return void

InvokeSetAbility() public static method

public static InvokeSetAbility ( SetAbilityEventArgs e ) : void
e SetAbilityEventArgs
return void

InvokeShutdown() public static method

public static InvokeShutdown ( ShutdownEventArgs e ) : void
e ShutdownEventArgs
return void

InvokeSocketConnect() public static method

public static InvokeSocketConnect ( SocketConnectEventArgs e ) : void
e SocketConnectEventArgs
return void

InvokeSpeech() public static method

public static InvokeSpeech ( SpeechEventArgs e ) : void
e SpeechEventArgs
return void

InvokeStunRequest() public static method

public static InvokeStunRequest ( StunRequestEventArgs e ) : void
e StunRequestEventArgs
return void

InvokeVirtueGumpRequest() public static method

public static InvokeVirtueGumpRequest ( VirtueGumpRequestEventArgs e ) : void
e VirtueGumpRequestEventArgs
return void

InvokeVirtueItemRequest() public static method

public static InvokeVirtueItemRequest ( VirtueItemRequestEventArgs e ) : void
e VirtueItemRequestEventArgs
return void

InvokeVirtueMacroRequest() public static method

public static InvokeVirtueMacroRequest ( VirtueMacroRequestEventArgs e ) : void
e VirtueMacroRequestEventArgs
return void

InvokeWorldLoad() public static method

public static InvokeWorldLoad ( ) : void
return void

InvokeWorldSave() public static method

public static InvokeWorldSave ( WorldSaveEventArgs e ) : void
e WorldSaveEventArgs
return void

Reset() public static method

public static Reset ( ) : void
return void