Class HouseValueAtDeed
Inheritance
System.Object
GameValue<System.Single>
HouseValueGameValue<System.Single>
HouseValueAtDeed
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Eco.Gameplay.Civics.GameValues.Values
Assembly: Eco.Gameplay.dll
Syntax
public class HouseValueAtDeed : HouseValueGameValue<float>, IController, IViewController, IHasUniversalID, INotifyPropertyChanged, IValidity, IDescribable
Constructors
HouseValueAtDeed()
Declaration
public HouseValueAtDeed()
Properties
Deed
Declaration
public GameValue<Deed> Deed { get; set; }
Property Value
| Type | Description |
|---|---|
| GameValue<Deed> |
Methods
Description()
Declaration
public override LocString Description()
Returns
| Type | Description |
|---|---|
| LocString |
Overrides
Evaluate(IContextObject)
Declaration
protected override Eval<float> Evaluate(IContextObject action)
Parameters
| Type | Name | Description |
|---|---|---|
| IContextObject | action |
Returns
| Type | Description |
|---|---|
| Eval<System.Single> |
Overrides
Eco.Gameplay.Civics.GameValues.GameValue<System.Single>.Evaluate(Eco.Core.Utils.PropertyScanning.IContextObject)
Implements
System.ComponentModel.INotifyPropertyChanged