Exemple #1
0
 private bool onSendChatActivityCancel(ChatServiceEvents.SendChatActivityCancel evt)
 {
     if (isSpeechBubbleActive(base.localSessionId))
     {
         WorldSpeechBubble speechBubble = getSpeechBubble(base.localSessionId);
         if (speechBubble != null)
         {
             speechBubble.SetChatInactive();
         }
     }
     return(false);
 }
 private bool onSendChatActivityCancel(ChatServiceEvents.SendChatActivityCancel evt)
 {
     cancelChatActivity(dataEntityCollection.LocalPlayerSessionId);
     return(false);
 }
 private bool onSendChatActivityCancel(ChatServiceEvents.SendChatActivityCancel evt)
 {
     Service.Get <INetworkServicesManager>().ChatService.SendActivityCancel();
     return(false);
 }