Click or drag to resize

StdSpecTagsToggleEnabled Field

Specialization for the UI_ToggleenabledText 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 ToggleEnabled = "toggleEnabled"
Request Example View Source

Field Value

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