From Kerbal Space Program Wiki
|
|
Line 1: |
Line 1: |
− | '''KSPModule''' is a mostly unused attribute class for listing names of [[API:PartModule|PartModules]]. Do not use KSPModule; [[API:PartModule|PartModule]] gives the field [[API:PartModule|PartModule]].moduleName to use instead.
| |
| | | |
− | <syntaxhighlight>
| |
− | // From KSP 1.04 "Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp.dll"
| |
− |
| |
− | [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
| |
− | public class KSPModule : Attribute
| |
− | {
| |
− | public string guiName;
| |
− |
| |
− | public KSPModule(string guiName);
| |
− | }
| |
− | </syntaxhighlight>
| |
− |
| |
− | [[Category:Community API Documentation]]
| |
Revision as of 17:44, 17 March 2017