Kerbal Space Program
1.12.4
|
Implement this on a Part Module to be able to return information to the part list tooltip More...
Public Member Functions | |
Callback< Rect > | GetDrawModulePanelCallback () |
Return a method delegate to draw a custom panel, or null if not necessary. More... | |
string | GetInfo () |
return a simple string for the module info. Supports rich-text syntax. More... | |
string | GetModuleTitle () |
Return a string title for your module. More... | |
string | GetPrimaryField () |
Return a string to be displayed in the main information box on the tooltip, or null if nothing is that important to be up there. More... | |
Implement this on a Part Module to be able to return information to the part list tooltip
Callback<Rect> IModuleInfo.GetDrawModulePanelCallback | ( | ) |
Return a method delegate to draw a custom panel, or null if not necessary.
rect |
Implemented in PartStatsUpgradeModule, ModuleProceduralFairing, ModuleEngines, ModuleWheelBase, ModuleDataTransmitter, ModulePartVariants, ModuleKerbNetAccess, ModuleDecouplerBase, CompoundParts.CModuleStrut, and CompoundParts.CModuleFuelLine.
string IModuleInfo.GetInfo | ( | ) |
return a simple string for the module info. Supports rich-text syntax.
Implemented in PartStatsUpgradeModule, ModuleProceduralFairing, ModuleEngines, ModuleWheelBase, ModuleDataTransmitter, ModulePartVariants, ModuleDecouple, ModuleKerbNetAccess, ModuleAnchoredDecoupler, CompoundParts.CModuleStrut, and CompoundParts.CModuleFuelLine.
string IModuleInfo.GetModuleTitle | ( | ) |
Return a string title for your module.
Implemented in PartStatsUpgradeModule, ModuleProceduralFairing, ModuleEngines, ModuleWheelBase, ModuleDataTransmitter, ModulePartVariants, ModuleDecouplerBase, ModuleKerbNetAccess, CompoundParts.CModuleStrut, and CompoundParts.CModuleFuelLine.
string IModuleInfo.GetPrimaryField | ( | ) |
Return a string to be displayed in the main information box on the tooltip, or null if nothing is that important to be up there.
Implemented in PartStatsUpgradeModule, ModuleProceduralFairing, ModuleEngines, ModuleWheelBase, ModuleDataTransmitter, ModulePartVariants, ModuleKerbNetAccess, ModuleDecouplerBase, CompoundParts.CModuleStrut, and CompoundParts.CModuleFuelLine.