Show / Hide Table of Contents

Class ReputationTitle

Defines a vanity title (a text string) we apply when reaching a given reputation level.

Inheritance
System.Object
ReputationTitle
Namespace: Eco.Gameplay.Economy.Reputation.Internal
Assembly: Eco.Gameplay.dll
Syntax
public class ReputationTitle : Object

Constructors

ReputationTitle()

Declaration
public ReputationTitle()

Properties

Color

Declaration
public string Color { get; set; }
Property Value
Type Description
System.String

MaxReputation

Declaration
public float MaxReputation { get; set; }
Property Value
Type Description
System.Single

ObjectTitle

Declaration
public string ObjectTitle { get; set; }
Property Value
Type Description
System.String

UserTitle

Declaration
public string UserTitle { get; set; }
Property Value
Type Description
System.String

Methods

ToString(Boolean)

Declaration
public string ToString(bool useUserTitle)
Parameters
Type Name Description
System.Boolean useUserTitle
Returns
Type Description
System.String

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