Show / Hide Table of Contents

Class StatInfo

Inheritance
System.Object
StatInfo
Namespace: Eco.Stats
Assembly: Eco.Stats.dll
Syntax
public class StatInfo : Object

Constructors

StatInfo()

Declaration
public StatInfo()

StatInfo(LocString, String, StatAttribute, Type, String[])

Declaration
public StatInfo(LocString displayName, string name, StatAttribute stat, Type type, string[] tags)
Parameters
Type Name Description
LocString displayName
System.String name
StatAttribute stat
System.Type type
System.String[] tags

Fields

Description

Declaration
public string Description
Field Value
Type Description
System.String

DisplayName

Declaration
public string DisplayName
Field Value
Type Description
System.String

Name

Declaration
public string Name
Field Value
Type Description
System.String

NameMap

Declaration
public static ShortNameMap NameMap
Field Value
Type Description
ShortNameMap

ShortName

Declaration
public string ShortName
Field Value
Type Description
System.String

StatType

Declaration
public StatType StatType
Field Value
Type Description
StatType

SystemType

Declaration
public Type SystemType
Field Value
Type Description
System.Type

Tags

Declaration
public string[] Tags
Field Value
Type Description
System.String[]

Unit

Declaration
public string Unit
Field Value
Type Description
System.String

UnitDisplayName

Declaration
public string UnitDisplayName
Field Value
Type Description
System.String

ValueKey

Declaration
public string ValueKey
Field Value
Type Description
System.String

Properties

HasValueKey

Declaration
public bool HasValueKey { get; set; }
Property Value
Type Description
System.Boolean

IsAction

Declaration
public bool IsAction { get; }
Property Value
Type Description
System.Boolean

IsAggregatable

Declaration
public bool IsAggregatable { get; }
Property Value
Type Description
System.Boolean

IsCountable

Declaration
public bool IsCountable { get; }
Property Value
Type Description
System.Boolean

IsCustom

Declaration
public bool IsCustom { get; }
Property Value
Type Description
System.Boolean

TimeKey

Declaration
public string TimeKey { get; }
Property Value
Type Description
System.String

Methods

OnDeserialized()

Declaration
public void OnDeserialized()
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾