Show / Hide Table of Contents

Class UserRecommendationHandler

Responsible for mailing recommendations to the user, listens to different events and based on it mails the owning user certain actions that can boost gameplay.

Inheritance
System.Object
UserRecommendationHandler
Namespace: Eco.Gameplay.Players
Assembly: Eco.Gameplay.dll
Syntax
public class UserRecommendationHandler : Object

Constructors

UserRecommendationHandler()

Declaration
public UserRecommendationHandler()

Fields

RecommendationMessageIdPrefix

Declaration
public const string RecommendationMessageIdPrefix = "rec"
Field Value
Type Description
System.String

Methods

Initialize(User)

Initializes the recommendation handler to the owning user.

Declaration
public void Initialize(User user)
Parameters
Type Name Description
User user

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