Interface IHasReputation
Anything that can have rep (Citizens, artwork, etc).
Namespace: Eco.Gameplay.Economy.Reputation
Assembly: Eco.Gameplay.dll
Syntax
public interface IHasReputation : IReputationAssociated, IController, IViewController, IHasUniversalID
Properties
MarkedUpName
Declaration
LocString MarkedUpName { get; }
Property Value
Type | Description |
---|---|
LocString |
UserSource
Declaration
User UserSource { get; }
Property Value
Type | Description |
---|---|
User |
Methods
CanGiveReputation(User)
Declaration
virtual Result CanGiveReputation(User giver)
Parameters
Type | Name | Description |
---|---|---|
User | giver |
Returns
Type | Description |
---|---|
Result |