Skip to main content
Version: 15.x (API 15) [Legacy]

Interface IConsoleEntry

Interface representing an entry in the console.

Assembly: Dalamud.dll
Declaration
public interface IConsoleEntry

Properties

Name

Gets the name of the entry.

Declaration
string Name { get; }

Description

Gets the description of the entry.

Declaration
string Description { get; }