Show / Hide Table of Contents

Interface IActionStat

Interface for "action" stats. Action is deterministic and so can be identified by _id and has Time when it happened.

Namespace: Eco.Stats
Assembly: Eco.Stats.dll
Syntax
public interface IActionStat : IStat

Properties

_id

Declaration
ObjectId _id { get; set; }
Property Value
Type Description
LiteDB.ObjectId

StatType

Declaration
StatType StatType { get; }
Property Value
Type Description
StatType

Time

Declaration
[IgnoreAggregateGrouping]
int Time { get; set; }
Property Value
Type Description
System.Int32
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾