Skip to main content

Class GameConfigOptionAttribute

An attribute for defining GameConfig options.

Assembly: Dalamud.dll
Declaration
[AttributeUsage(AttributeTargets.Field)]
public class GameConfigOptionAttribute : Attribute

Inheritance: System.Object -> System.Attribute

Properties

Name

Gets the Name of the config option.

Declaration
public string Name { get; }

Type

Gets the type of the config option.

Declaration
public ConfigType Type { get; }

Settable

Gets a value indicating whether the config option will update immediately or not.

Declaration
public bool Settable { get; }