Table of Contents

Struct PetPersistedBuff

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

One buff restored from the database and staged onto a Pet for application at spawn.

public struct PetPersistedBuff
Inherited Members

Fields

RemainingTime

Seconds of duration left when the pet was saved.

public double RemainingTime

Field Value

double

Stacks

Stack count.

public int Stacks

Field Value

int

TemplateID

The buff template.

public int TemplateID

Field Value

int

TickCount

Ticks already fired, so cumulative periodic effects resume rather than restart.

public int TickCount

Field Value

int

TickTime

Seconds until the next periodic tick when the pet was saved.

public double TickTime

Field Value

double