Click or drag to resize

LocalizableMessageguiTags Field

GUI specific settings that suggest how to show the message.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
public LocalizableMessageGuiTags guiTags
Request Example View Source

Field Value

Type: LocalizableMessageGuiTags
Remarks
Due to the lazzy update nature of the localized messages, these settings are not loaded until the message is used at least once. The caller code may ensure the values are updated by calling to LoadLocalization, or by simply getting the localizedTemplate value.
See Also