Show / Hide Table of Contents

Class BuffDictionary

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

Properties

this[string]

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

Methods

Has(string)

Checks if there is a buff with name id

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