Class SpeaksWellOfOthersReputationGiver
Inheritance
System.Object
SpeaksWellOfOthersReputationGiver
Assembly: Eco.Gameplay.dll
Syntax
public class SpeaksWellOfOthersReputationGiver : Object, IGivesReputation, IReputationAssociated, IHasReferenceableSerializableID, IHasSerializableID, IHasUniversalID
Constructors
SpeaksWellOfOthersReputationGiver()
Declaration
public SpeaksWellOfOthersReputationGiver()
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
GivableReputationPerDayPerTarget
Declaration
public float GivableReputationPerDayPerTarget { get; }
Property Value
Type |
Description |
System.Single |
|
GivableReputationToSingleTargetTotal
Declaration
public Range GivableReputationToSingleTargetTotal { get; }
Property Value
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MarkedUpName
Declaration
public LocString MarkedUpName { get; }
Property Value
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Explicit Interface Implementations
IGivesReputation.DisplayPriority
Declaration
int IGivesReputation.DisplayPriority { get; }
Returns
Type |
Description |
System.Int32 |
|
IGivesReputation.GivableReputationPerDay
Declaration
float IGivesReputation.GivableReputationPerDay { get; }
Returns
Type |
Description |
System.Single |
|
Implements
Extension Methods