Interface IGameValueContext
Namespace: Eco.Gameplay.Civics.GameValues
Assembly: Eco.Gameplay.dll
Syntax
public interface IGameValueContext
Properties
ContextDescription
Declaration
string ContextDescription { get; }
Property Value
Type | Description |
---|---|
System.String |
ContextName
Declaration
string ContextName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
SetContextChoice(IContextValue)
Declaration
void SetContextChoice(IContextValue gameValueTypeContext)
Parameters
Type | Name | Description |
---|---|---|
IContextValue | gameValueTypeContext |