Show / Hide Table of Contents

Class GameValueWrapper<T>

Inheritance
System.Object
GameValue
GameValue<T>
GameValueWrapper<T>
Implements
IController
IViewController
IHasUniversalID
System.ComponentModel.INotifyPropertyChanged
IValidity
IDescribable
Inherited Members
GameValue<T>.ValueAsObject(IContextObject)
GameValue<T>.Value(IContextObject)
GameValue<T>.ChoosesType
GameValue.Flags(IContextObject)
GameValue.ShowStatus
GameValue.ControllerID
GameValue.PropertyChanged
Namespace: Eco.Gameplay.Civics.GameValues
Assembly: Eco.Gameplay.dll
Syntax
[NonSelectable]
public class GameValueWrapper<T> : GameValue<T>, IController, IViewController, IHasUniversalID, INotifyPropertyChanged, IValidity, IDescribable
Type Parameters
Name Description
T

Constructors

GameValueWrapper()

Declaration
public GameValueWrapper()

Properties

IsWrapped

Declaration
public override bool IsWrapped { get; }
Property Value
Type Description
System.Boolean
Overrides
GameValue.IsWrapped

Object

Declaration
public T Object { get; set; }
Property Value
Type Description
T

Title

Declaration
public override string Title { get; }
Property Value
Type Description
System.String
Overrides
GameValue.Title

Methods

Description()

Declaration
public override LocString Description()
Returns
Type Description
LocString
Overrides
GameValue.Description()

Evaluate(IContextObject)

Declaration
protected override Eval<T> Evaluate(IContextObject action)
Parameters
Type Name Description
IContextObject action
Returns
Type Description
Eval<T>
Overrides
Eco.Gameplay.Civics.GameValues.GameValue<T>.Evaluate(Eco.Core.Utils.PropertyScanning.IContextObject)

Implements

IController
IViewController
IHasUniversalID
System.ComponentModel.INotifyPropertyChanged
IValidity
IDescribable

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
GameValueUtils.FailNullSafe<TEvalReturn, TEvalParam>(GameValue, Eval<TEvalParam>, String)
GameValueUtils.Missing<TEvalReturn>(GameValue, String)
GameValueUtils.DescribeNullSafe(GameValue)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾