Show / Hide Table of Contents

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.

Inheritance
System.Object
ChatTabSettingsBase
ChatTabSettingsWhisper
Implements
INamed
IController
IViewController
IHasUniversalID
System.ComponentModel.INotifyPropertyChanged
Inherited Members
ChatTabSettingsBase.Name
ChatTabSettingsBase.Flags
ChatTabSettingsBase.IsHidden
ChatTabSettingsBase.LastActivationTime
ChatTabSettingsBase.MarkedUpName
ChatTabSettingsBase.ControllerID
ChatTabSettingsBase.PropertyChanged
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

INamed
IController
IViewController
IHasUniversalID
System.ComponentModel.INotifyPropertyChanged

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾