C# 클래스 Server.EventSink

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

InvokeAccountLogin() 공개 정적인 메소드

public static InvokeAccountLogin ( AccountLoginEventArgs e ) : void
e AccountLoginEventArgs
리턴 void

InvokeAggressiveAction() 공개 정적인 메소드

public static InvokeAggressiveAction ( AggressiveActionEventArgs e ) : void
e AggressiveActionEventArgs
리턴 void

InvokeAnimateRequest() 공개 정적인 메소드

public static InvokeAnimateRequest ( AnimateRequestEventArgs e ) : void
e AnimateRequestEventArgs
리턴 void

InvokeCastSpellRequest() 공개 정적인 메소드

public static InvokeCastSpellRequest ( CastSpellRequestEventArgs e ) : void
e CastSpellRequestEventArgs
리턴 void

InvokeChangeProfileRequest() 공개 정적인 메소드

public static InvokeChangeProfileRequest ( ChangeProfileRequestEventArgs e ) : void
e ChangeProfileRequestEventArgs
리턴 void

InvokeCharacterCreated() 공개 정적인 메소드

public static InvokeCharacterCreated ( CharacterCreatedEventArgs e ) : void
e CharacterCreatedEventArgs
리턴 void

InvokeChatRequest() 공개 정적인 메소드

public static InvokeChatRequest ( ChatRequestEventArgs e ) : void
e ChatRequestEventArgs
리턴 void

InvokeClientVersionReceived() 공개 정적인 메소드

public static InvokeClientVersionReceived ( ClientVersionReceivedArgs e ) : void
e ClientVersionReceivedArgs
리턴 void

InvokeCommand() 공개 정적인 메소드

public static InvokeCommand ( CommandEventArgs e ) : void
e CommandEventArgs
리턴 void

InvokeConnected() 공개 정적인 메소드

public static InvokeConnected ( ConnectedEventArgs e ) : void
e ConnectedEventArgs
리턴 void

InvokeCrashed() 공개 정적인 메소드

public static InvokeCrashed ( CrashedEventArgs e ) : void
e CrashedEventArgs
리턴 void

InvokeCreateGuild() 공개 정적인 메소드

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

InvokeDeleteRequest() 공개 정적인 메소드

public static InvokeDeleteRequest ( DeleteRequestEventArgs e ) : void
e DeleteRequestEventArgs
리턴 void

InvokeDisarmRequest() 공개 정적인 메소드

public static InvokeDisarmRequest ( DisarmRequestEventArgs e ) : void
e DisarmRequestEventArgs
리턴 void

InvokeDisconnected() 공개 정적인 메소드

public static InvokeDisconnected ( DisconnectedEventArgs e ) : void
e DisconnectedEventArgs
리턴 void

InvokeFastWalk() 공개 정적인 메소드

public static InvokeFastWalk ( FastWalkEventArgs e ) : void
e FastWalkEventArgs
리턴 void

InvokeGameLogin() 공개 정적인 메소드

public static InvokeGameLogin ( GameLoginEventArgs e ) : void
e GameLoginEventArgs
리턴 void

InvokeGuildGumpRequest() 공개 정적인 메소드

public static InvokeGuildGumpRequest ( GuildGumpRequestArgs e ) : void
e GuildGumpRequestArgs
리턴 void

InvokeHelpRequest() 공개 정적인 메소드

public static InvokeHelpRequest ( HelpRequestEventArgs e ) : void
e HelpRequestEventArgs
리턴 void

InvokeHungerChanged() 공개 정적인 메소드

public static InvokeHungerChanged ( HungerChangedEventArgs e ) : void
e HungerChangedEventArgs
리턴 void

InvokeLogin() 공개 정적인 메소드

public static InvokeLogin ( LoginEventArgs e ) : void
e LoginEventArgs
리턴 void

InvokeLogout() 공개 정적인 메소드

public static InvokeLogout ( LogoutEventArgs e ) : void
e LogoutEventArgs
리턴 void

InvokeMovement() 공개 정적인 메소드

public static InvokeMovement ( MovementEventArgs e ) : void
e MovementEventArgs
리턴 void

InvokeOpenDoorMacroUsed() 공개 정적인 메소드

public static InvokeOpenDoorMacroUsed ( OpenDoorMacroEventArgs e ) : void
e OpenDoorMacroEventArgs
리턴 void

InvokeOpenSpellbookRequest() 공개 정적인 메소드

public static InvokeOpenSpellbookRequest ( OpenSpellbookRequestEventArgs e ) : void
e OpenSpellbookRequestEventArgs
리턴 void

InvokePaperdollRequest() 공개 정적인 메소드

public static InvokePaperdollRequest ( PaperdollRequestEventArgs e ) : void
e PaperdollRequestEventArgs
리턴 void

InvokePlayerDeath() 공개 정적인 메소드

public static InvokePlayerDeath ( PlayerDeathEventArgs e ) : void
e PlayerDeathEventArgs
리턴 void

InvokeProfileRequest() 공개 정적인 메소드

public static InvokeProfileRequest ( ProfileRequestEventArgs e ) : void
e ProfileRequestEventArgs
리턴 void

InvokeQuestGumpRequest() 공개 정적인 메소드

public static InvokeQuestGumpRequest ( QuestGumpRequestArgs e ) : void
e QuestGumpRequestArgs
리턴 void

InvokeRenameRequest() 공개 정적인 메소드

public static InvokeRenameRequest ( RenameRequestEventArgs e ) : void
e RenameRequestEventArgs
리턴 void

InvokeServerList() 공개 정적인 메소드

public static InvokeServerList ( ServerListEventArgs e ) : void
e ServerListEventArgs
리턴 void

InvokeServerStarted() 공개 정적인 메소드

public static InvokeServerStarted ( ) : void
리턴 void

InvokeSetAbility() 공개 정적인 메소드

public static InvokeSetAbility ( SetAbilityEventArgs e ) : void
e SetAbilityEventArgs
리턴 void

InvokeShutdown() 공개 정적인 메소드

public static InvokeShutdown ( ShutdownEventArgs e ) : void
e ShutdownEventArgs
리턴 void

InvokeSocketConnect() 공개 정적인 메소드

public static InvokeSocketConnect ( SocketConnectEventArgs e ) : void
e SocketConnectEventArgs
리턴 void

InvokeSpeech() 공개 정적인 메소드

public static InvokeSpeech ( SpeechEventArgs e ) : void
e SpeechEventArgs
리턴 void

InvokeStunRequest() 공개 정적인 메소드

public static InvokeStunRequest ( StunRequestEventArgs e ) : void
e StunRequestEventArgs
리턴 void

InvokeVirtueGumpRequest() 공개 정적인 메소드

public static InvokeVirtueGumpRequest ( VirtueGumpRequestEventArgs e ) : void
e VirtueGumpRequestEventArgs
리턴 void

InvokeVirtueItemRequest() 공개 정적인 메소드

public static InvokeVirtueItemRequest ( VirtueItemRequestEventArgs e ) : void
e VirtueItemRequestEventArgs
리턴 void

InvokeVirtueMacroRequest() 공개 정적인 메소드

public static InvokeVirtueMacroRequest ( VirtueMacroRequestEventArgs e ) : void
e VirtueMacroRequestEventArgs
리턴 void

InvokeWorldLoad() 공개 정적인 메소드

public static InvokeWorldLoad ( ) : void
리턴 void

InvokeWorldSave() 공개 정적인 메소드

public static InvokeWorldSave ( WorldSaveEventArgs e ) : void
e WorldSaveEventArgs
리턴 void

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void