Show / Hide Table of Contents

Class ReputationConfig

Inheritance
System.Object
ReputationConfig
Namespace: Eco.Gameplay.Economy.Reputation.Internal
Assembly: Eco.Gameplay.dll
Syntax
public class ReputationConfig : Singleton<ReputationConfig>

Constructors

ReputationConfig()

Declaration
public ReputationConfig()

Properties

AmountOfPositiveReputationToGiveInOrderToEarnReputationReward

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

MaxGivableRepPerDay

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

MaxGivableRepPerDayPerTarget

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

MaxRepFromOnePerson

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

MinRepFromOnePerson

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

Reputations

Declaration
public SerializedSynchronizedCollection<ReputationTitle> Reputations { get; set; }
Property Value
Type Description
SerializedSynchronizedCollection<ReputationTitle>

ReviewSizeLimit

Declaration
public int ReviewSizeLimit { get; set; }
Property Value
Type Description
System.Int32

SpeakingWellOfOthersReward

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

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