Click or drag to resize

StdSpecTagsToggleDisabled Field

Specialization for the UI_ToggledisabledText localization.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
Syntax
C#
public const string ToggleDisabled = "toggleDisabled"
Request Example View Source

Field Value

Type: String
Remarks
Use it when specifying a LocalizableItemAttribute for a toggle field.
See Also