Class GameValueType
Contains data about a given GameValue type, for the client to use when building its list.
Inheritance
System.Object
GameValueType
Assembly: Eco.Gameplay.dll
Syntax
public class GameValueType : Object, IController, IViewController, IHasUniversalID, INamed
Constructors
GameValueType()
Declaration
Properties
Category
Declaration
public string Category { get; set; }
Property Value
Type |
Description |
System.String |
|
ChoosesType
Declaration
public Type ChoosesType { get; set; }
Property Value
Type |
Description |
System.Type |
|
ContextRequirements
Declaration
public Type[] ContextRequirements { get; set; }
Property Value
Type |
Description |
System.Type[] |
|
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkedUpName
Declaration
public LocString MarkedUpName { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public Type Type { get; set; }
Property Value
Type |
Description |
System.Type |
|
Implements
Extension Methods