Interface ShieldState

Written when shields are disabled in combat, or recharged.

interface ShieldState {
    ShieldsUp: boolean;
    event: "ShieldState";
    timestamp: string;
}

Hierarchy (view full)

Properties

ShieldsUp: boolean

false when disabled, true when restored.

event: "ShieldState"

The type of event.

timestamp: string

The time in GMT, ISO 8601.