Difference between revisions of "API:KSPModule"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "An attribute with unknown use, possibly for classes extending PartModule. Seems unnecessary to use this. <syntaxhighlight>public class KSPModule : Attribut...")
 
Line 1: Line 1:
An attribute with unknown use, possibly for classes extending [[API:PartModule|PartModule]]. Seems unnecessary to use this.
+
*KSPModule* is an attribute with unknown use, possibly for classes extending [[API:PartModule|PartModule]]. Seems unnecessary to use this.
  
 
<syntaxhighlight>public class KSPModule : Attribute
 
<syntaxhighlight>public class KSPModule : Attribute

Revision as of 15:16, 11 October 2015

  • KSPModule* is an attribute with unknown use, possibly for classes extending PartModule. Seems unnecessary to use this.
public class KSPModule : Attribute
{
    public string guiName;
 
    public KSPModule(string guiName);
}