Click or drag to resize

IKSPDevModuleInfoGetModuleTitle Method

Returns module title to show in the editor part's details panel.

Namespace:  KSPDev.KSPInterfaces
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
string GetModuleTitle()
Request Example View Source

Return Value

Type: String
Title of the module.
See Also