Show / Hide Table of Contents

Interface INotificationReceiver

Generic interface for smth that communicates through msg, errors, info boxes (like chat, player, etc)

Namespace: Eco.Gameplay.Systems.Messaging.Notifications
Assembly: Eco.Gameplay.dll
Syntax
public interface INotificationReceiver

Methods

Error(LocString)

Declaration
void Error(LocString msg)
Parameters
Type Name Description
LocString msg

ErrorLoc(FormattableString)

Declaration
void ErrorLoc(FormattableString msg)
Parameters
Type Name Description
System.FormattableString msg

ErrorLocStr(String)

Declaration
void ErrorLocStr(string msg)
Parameters
Type Name Description
System.String msg

Msg(LocString, NotificationStyle)

Declaration
void Msg(LocString msg, NotificationStyle style)
Parameters
Type Name Description
LocString msg
NotificationStyle style

MsgLoc(FormattableString, NotificationStyle)

Declaration
void MsgLoc(FormattableString msg, NotificationStyle style)
Parameters
Type Name Description
System.FormattableString msg
NotificationStyle style

MsgLocStr(String, NotificationStyle)

Declaration
void MsgLocStr(string msg, NotificationStyle style)
Parameters
Type Name Description
System.String msg
NotificationStyle style

OkBox(LocString)

Declaration
void OkBox(LocString msg)
Parameters
Type Name Description
LocString msg

OkBoxLoc(FormattableString)

Declaration
void OkBoxLoc(FormattableString msg)
Parameters
Type Name Description
System.FormattableString msg

OkBoxLocStr(String)

Declaration
void OkBoxLocStr(string msg)
Parameters
Type Name Description
System.String msg

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
☀
☾