C# Class Server.EventSink

Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static InvokeAccountLogin ( AccountLoginEventArgs e ) : void
e AccountLoginEventArgs
Résultat void

InvokeAggressiveAction() public static méthode

public static InvokeAggressiveAction ( AggressiveActionEventArgs e ) : void
e AggressiveActionEventArgs
Résultat void

InvokeAnimateRequest() public static méthode

public static InvokeAnimateRequest ( AnimateRequestEventArgs e ) : void
e AnimateRequestEventArgs
Résultat void

InvokeCastSpellRequest() public static méthode

public static InvokeCastSpellRequest ( CastSpellRequestEventArgs e ) : void
e CastSpellRequestEventArgs
Résultat void

InvokeChangeProfileRequest() public static méthode

public static InvokeChangeProfileRequest ( ChangeProfileRequestEventArgs e ) : void
e ChangeProfileRequestEventArgs
Résultat void

InvokeCharacterCreated() public static méthode

public static InvokeCharacterCreated ( CharacterCreatedEventArgs e ) : void
e CharacterCreatedEventArgs
Résultat void

InvokeChatRequest() public static méthode

public static InvokeChatRequest ( ChatRequestEventArgs e ) : void
e ChatRequestEventArgs
Résultat void

InvokeClientVersionReceived() public static méthode

public static InvokeClientVersionReceived ( ClientVersionReceivedArgs e ) : void
e ClientVersionReceivedArgs
Résultat void

InvokeCommand() public static méthode

public static InvokeCommand ( CommandEventArgs e ) : void
e CommandEventArgs
Résultat void

InvokeConnected() public static méthode

public static InvokeConnected ( ConnectedEventArgs e ) : void
e ConnectedEventArgs
Résultat void

InvokeCrashed() public static méthode

public static InvokeCrashed ( CrashedEventArgs e ) : void
e CrashedEventArgs
Résultat void

InvokeCreateGuild() public static méthode

public static InvokeCreateGuild ( CreateGuildEventArgs e ) : BaseGuild
e CreateGuildEventArgs
Résultat Server.Guilds.BaseGuild

InvokeDeleteRequest() public static méthode

public static InvokeDeleteRequest ( DeleteRequestEventArgs e ) : void
e DeleteRequestEventArgs
Résultat void

InvokeDisarmRequest() public static méthode

public static InvokeDisarmRequest ( DisarmRequestEventArgs e ) : void
e DisarmRequestEventArgs
Résultat void

InvokeDisconnected() public static méthode

public static InvokeDisconnected ( DisconnectedEventArgs e ) : void
e DisconnectedEventArgs
Résultat void

InvokeFastWalk() public static méthode

public static InvokeFastWalk ( FastWalkEventArgs e ) : void
e FastWalkEventArgs
Résultat void

InvokeGameLogin() public static méthode

public static InvokeGameLogin ( GameLoginEventArgs e ) : void
e GameLoginEventArgs
Résultat void

InvokeGuildGumpRequest() public static méthode

public static InvokeGuildGumpRequest ( GuildGumpRequestArgs e ) : void
e GuildGumpRequestArgs
Résultat void

InvokeHelpRequest() public static méthode

public static InvokeHelpRequest ( HelpRequestEventArgs e ) : void
e HelpRequestEventArgs
Résultat void

InvokeHungerChanged() public static méthode

public static InvokeHungerChanged ( HungerChangedEventArgs e ) : void
e HungerChangedEventArgs
Résultat void

InvokeLogin() public static méthode

public static InvokeLogin ( LoginEventArgs e ) : void
e LoginEventArgs
Résultat void

InvokeLogout() public static méthode

public static InvokeLogout ( LogoutEventArgs e ) : void
e LogoutEventArgs
Résultat void

InvokeMovement() public static méthode

public static InvokeMovement ( MovementEventArgs e ) : void
e MovementEventArgs
Résultat void

InvokeOpenDoorMacroUsed() public static méthode

public static InvokeOpenDoorMacroUsed ( OpenDoorMacroEventArgs e ) : void
e OpenDoorMacroEventArgs
Résultat void

InvokeOpenSpellbookRequest() public static méthode

public static InvokeOpenSpellbookRequest ( OpenSpellbookRequestEventArgs e ) : void
e OpenSpellbookRequestEventArgs
Résultat void

InvokePaperdollRequest() public static méthode

public static InvokePaperdollRequest ( PaperdollRequestEventArgs e ) : void
e PaperdollRequestEventArgs
Résultat void

InvokePlayerDeath() public static méthode

public static InvokePlayerDeath ( PlayerDeathEventArgs e ) : void
e PlayerDeathEventArgs
Résultat void

InvokeProfileRequest() public static méthode

public static InvokeProfileRequest ( ProfileRequestEventArgs e ) : void
e ProfileRequestEventArgs
Résultat void

InvokeQuestGumpRequest() public static méthode

public static InvokeQuestGumpRequest ( QuestGumpRequestArgs e ) : void
e QuestGumpRequestArgs
Résultat void

InvokeRenameRequest() public static méthode

public static InvokeRenameRequest ( RenameRequestEventArgs e ) : void
e RenameRequestEventArgs
Résultat void

InvokeServerList() public static méthode

public static InvokeServerList ( ServerListEventArgs e ) : void
e ServerListEventArgs
Résultat void

InvokeServerStarted() public static méthode

public static InvokeServerStarted ( ) : void
Résultat void

InvokeSetAbility() public static méthode

public static InvokeSetAbility ( SetAbilityEventArgs e ) : void
e SetAbilityEventArgs
Résultat void

InvokeShutdown() public static méthode

public static InvokeShutdown ( ShutdownEventArgs e ) : void
e ShutdownEventArgs
Résultat void

InvokeSocketConnect() public static méthode

public static InvokeSocketConnect ( SocketConnectEventArgs e ) : void
e SocketConnectEventArgs
Résultat void

InvokeSpeech() public static méthode

public static InvokeSpeech ( SpeechEventArgs e ) : void
e SpeechEventArgs
Résultat void

InvokeStunRequest() public static méthode

public static InvokeStunRequest ( StunRequestEventArgs e ) : void
e StunRequestEventArgs
Résultat void

InvokeVirtueGumpRequest() public static méthode

public static InvokeVirtueGumpRequest ( VirtueGumpRequestEventArgs e ) : void
e VirtueGumpRequestEventArgs
Résultat void

InvokeVirtueItemRequest() public static méthode

public static InvokeVirtueItemRequest ( VirtueItemRequestEventArgs e ) : void
e VirtueItemRequestEventArgs
Résultat void

InvokeVirtueMacroRequest() public static méthode

public static InvokeVirtueMacroRequest ( VirtueMacroRequestEventArgs e ) : void
e VirtueMacroRequestEventArgs
Résultat void

InvokeWorldLoad() public static méthode

public static InvokeWorldLoad ( ) : void
Résultat void

InvokeWorldSave() public static méthode

public static InvokeWorldSave ( WorldSaveEventArgs e ) : void
e WorldSaveEventArgs
Résultat void

Reset() public static méthode

public static Reset ( ) : void
Résultat void