Files
test/evtbus.txt
T
2026-03-24 12:28:56 +07:00

39 lines
12 KiB
Plaintext

c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECHostPlayer.Combat.cs: EventBus.PublishChannel(GetCharacterID(), new ClearComActFlagAllRankNodesEvent(true));
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECHostPlayer.cs: EventBus.Publish(new InfoHostPlayer(roleName));
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECHostPlayer.cs: EventBus.Subscribe<JoystickRealeaseEvent>(JoystickRelease);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECHostPlayer.cs: EventBus.Subscribe<JoystickPressEvent>(OnClickJoystick);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECHostPlayer.cs: EventBus.PublishChannel(GetCharacterID(), new ClearComActFlagAllRankNodesEvent(true));
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECHostPlayer.cs: EventBus.Unsubscribe<JoystickRealeaseEvent>(JoystickRelease);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECHostPlayer.cs: EventBus.Unsubscribe<JoystickPressEvent>(OnClickJoystick);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECHostPlayer.cs: EventBus.PublishChannel(GetCharacterID(), new ClearComActFlagAllRankNodesEvent(true));
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECHostPlayer.cs: EventBus.Publish(new CECHostPlayer.TargetHUDClearEvent());
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECHostPlayer.cs: EventBus.Publish(new CECHostPlayer.NPCINFO(name, 100, 100, id));
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECHostPlayer.PlayerProperty.cs: EventBus.Publish(new EXPToUpLevel(GetLevelUpExp(pCmd.sLevel)));
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECHostPlayer.PlayerProperty.cs: EventBus.Publish<cmd_self_info_00>(pCmd);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECHostPlayer.PlayerProperty.cs: EventBus.PublishChannel<cmd_self_info_00>(GetCharacterID(), pCmd);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECUIManager.cs: EventBus.Subscribe<CECHostPlayer.NPCINFO>(ShowUINPC);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECUIManager.cs: EventBus.Subscribe<CECHostPlayer.TargetHUDClearEvent>(OnTargetHUDClear);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECUIManager.cs: EventBus.Subscribe<NPCDiedEvent>(TryHideUINPC);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECUIManager.cs: EventBus.Subscribe<MessageBoxEvent>(OnMessageBox);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECUIManager.cs: EventBus.Unsubscribe<CECHostPlayer.NPCINFO>(ShowUINPC);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECUIManager.cs: EventBus.Unsubscribe<CECHostPlayer.TargetHUDClearEvent>(OnTargetHUDClear);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECUIManager.cs: EventBus.Unsubscribe<NPCDiedEvent>(TryHideUINPC);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\CECUIManager.cs: EventBus.Unsubscribe<MessageBoxEvent>(OnMessageBox);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\ChatInputHandler.cs: EventBus.Publish(new GameSession.ChatMessageEvent(localEcho, (byte)ChatChannel.GP_CHAT_WHISPER));
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\ChatInputHandler.cs: EventBus.Publish(new GameSession.ChatMessageEvent(finalMsg, (byte)channel));
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\EC_GameRunChat.cs: EventBus.Publish(new GameSession.ChatMessageEvent { context = textTime, channel = (byte)ChatChannel.GP_CHAT_SYSTEM });
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\EC_GameRunChat.cs: EventBus.Publish(new GameSession.ChatMessageEvent { context = textIp, channel = (byte)ChatChannel.GP_CHAT_SYSTEM });
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\EC_GameRunChat.cs: EventBus.Publish(new GameSession.ChatMessageEvent { context = textCurIp, channel = (byte)ChatChannel.GP_CHAT_SYSTEM });
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\EC_GameRunChat.cs: EventBus.Publish(new GameSession.ChatMessageEvent { context = text, channel = (byte)ChatChannel.GP_CHAT_SYSTEM });
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\PlayerVisual.cs: EventBus.SubscribeChannel<PlayActionEvent>(_playerInfo.cid, PlayActionEventHandler);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\PlayerVisual.cs: EventBus.SubscribeChannelClass<QueueActionEvent>(_playerInfo.cid, QueueActionEventHandler);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\PlayerVisual.cs: EventBus.SubscribeChannel<ClearComActFlagAllRankNodesEvent>(_playerInfo.cid, ClearComActFlagAllRankNodesEventHandler);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\PlayerVisual.cs: // EventBus.SubscribeChannel<PlayActionEvent>(_playerInfo.cid, PlayActionEventHandler);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\PlayerVisual.cs: // EventBus.SubscribeChannelClass<QueueActionEvent>(_playerInfo.cid, QueueActionEventHandler);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\PlayerVisual.cs: // EventBus.SubscribeChannel<CleearComActFlagAllRankNodesEvent>(_playerInfo.cid, CleearComActFlagAllRankNodesEventHandler);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\PlayerVisual.cs: // EventBus.PublishChannel(_playerInfo.cid, new PlayActionEvent("站立_通用"));
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\PlayerVisual.cs: EventBus.UnsubscribeChannel<PlayActionEvent>(_playerInfo.cid, PlayActionEventHandler);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\PlayerVisual.cs: EventBus.UnsubscribeChannelClass<QueueActionEvent>(_playerInfo.cid, QueueActionEventHandler);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\PlayerVisual.cs: EventBus.UnsubscribeChannel<ClearComActFlagAllRankNodesEvent>(_playerInfo.cid, ClearComActFlagAllRankNodesEventHandler);
c:\Unity\CuongNV\perfect-world-unity\Assets\Scripts\PlayerVisual.cs: // EventBus.UnsubscribeAllInChannel(_playerInfo.cid);