Show / Hide Table of Contents

Class StatusEffect

Inheritance
object
StatusEffect
Namespace: ReAgent.State
Assembly: ReAgent.dll
Syntax
public record StatusEffect

Properties

Charges

Declaration
public int Charges { get; init; }
Property Value
Type Description
int

Exists

Declaration
public bool Exists { get; init; }
Property Value
Type Description
bool

PercentTimeLeft

Declaration
public double PercentTimeLeft { get; }
Property Value
Type Description
double

TimeLeft

Declaration
public double TimeLeft { get; init; }
Property Value
Type Description
double

TotalTime

Declaration
public double TotalTime { get; init; }
Property Value
Type Description
double
In this article
Back to top Generated by DocFX