Table of Contents

Class HeaderSetting

Namespace
Exiled.API.Features.Core.UserSettings
Assembly
Exiled.API.dll

Represents a header setting.

public class HeaderSetting : SettingBase, IWrapper<ServerSpecificSettingBase>, IWrapper<SSGroupHeader>
Inheritance
HeaderSetting
Implements
IWrapper<ServerSpecificSettingBase>
IWrapper<SSGroupHeader>
Inherited Members
Extension Methods

Constructors

HeaderSetting(string, string, bool)

Initializes a new instance of the HeaderSetting class.

public HeaderSetting(string name, string hintDescription = "", bool paddling = false)

Parameters

name string
hintDescription string
paddling bool

Properties

Base

Gets the base UserSettings.ServerSpecific.SSGroupHeader that this class is wrapping.

public SSGroupHeader Base { get; }

Property Value

SSGroupHeader

ReducedPaddling

Gets or sets a value indicating whether to reduce padding.

public bool ReducedPaddling { get; set; }

Property Value

bool

Methods

ToString()

Returns a representation of this HeaderSetting.

public override string ToString()

Returns

string

A string in human-readable format.