Class ReputationTitle
Defines a vanity title (a text string) we apply when reaching a given reputation level.
Inheritance
System.Object
ReputationTitle
Assembly: Eco.Gameplay.dll
Syntax
public class ReputationTitle : Object
Constructors
ReputationTitle()
Declaration
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