Show / Hide Table of Contents

Namespace Dalamud.Game.ClientState.Conditions

Classes

Condition

Provides access to conditions (generally player state). You can check whether a player is in combat, mounted, etc.

Enums

ConditionFlag

Possible state flags (or conditions as they're called internally) that can be set on the local client.

These come from LogMessage (somewhere) and directly map to each state field managed by the client. As of 5.25, it maps to LogMessage row 7700 and onwards, which can be checked by looking at the Condition sheet and looking at what column 2 maps to.

Delegates

Condition.ConditionChangeDelegate

A delegate type used with the ConditionChange event.

In This Article
Back to top Generated by DocFX