Class ChatTabSettingsWhisper
Represent the private tabs that are created automatically when the whisperMode is active and the player send or receive a message from another player. Player cannot modify this tab.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Eco.Gameplay.Systems.Messaging.Chat
Assembly: Eco.Gameplay.dll
Syntax
public class ChatTabSettingsWhisper : ChatTabSettingsBase, INamed, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
ChatTabSettingsWhisper()
Declaration
public ChatTabSettingsWhisper()
ChatTabSettingsWhisper(String, User)
Declaration
public ChatTabSettingsWhisper(string name, User user)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
User | user |
Properties
WhisperUser
Declaration
public User WhisperUser { get; set; }
Property Value
Type | Description |
---|---|
User |
Implements
System.ComponentModel.INotifyPropertyChanged