Show / Hide Table of Contents

Class StatDictionary

Inheritance
object
StatDictionary
Namespace: ReAgent.State
Assembly: ReAgent.dll
Syntax
public class StatDictionary

Properties

this[GameStat]

Declaration
public Stat this[GameStat id] { get; }
Parameters
Type Name Description
GameStat id
Property Value
Type Description
Stat

Methods

Has(GameStat)

Declaration
public bool Has(GameStat id)
Parameters
Type Name Description
GameStat id
Returns
Type Description
bool
In this article
Back to top Generated by DocFX