Skip to main content

Class GameConfigOptionAttribute

An attribute for defining GameConfig options.

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

Inheritance: System.Object -> System.Attribute

Properties

Name

Gets the Name of the config option.

View Source
Declaration
public string Name { get; }

Type

Gets the type of the config option.

View Source
Declaration
public ConfigType Type { get; }

Settable

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

View Source
Declaration
public bool Settable { get; }