Class NotificationMessageSource
Notification sources are managed in chat manager.
They are read only channels that allow the player to choose what notification category to see or to show whispers in tab.
Inheritance
System.Object
NotificationMessageSource
Assembly: Eco.Gameplay.dll
Syntax
public class NotificationMessageSource : Object, INamed, IController, IViewController, IHasUniversalID, IHasReferenceableSerializableID, IHasSerializableID
Constructors
NotificationMessageSource()
Declaration
public NotificationMessageSource()
NotificationMessageSource(NotificationSourceType)
Declaration
public NotificationMessageSource(NotificationSourceType type)
Parameters
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
MarkedUpName
Declaration
public LocString MarkedUpName { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
SourceType
Declaration
public NotificationSourceType SourceType { get; protected set; }
Property Value
Implements
Extension Methods