Difference between revisions of "User:Glyph/sandbox2"

From Kerbal Space Program Wiki
Jump to: navigation, search
Line 2: Line 2:
 
{{Class
 
{{Class
 
   |inherits={{Type|MonoBehaviour}}
 
   |inherits={{Type|MonoBehaviour}}
 +
  |implements=<ul></ul>
 
   |name=PartModule
 
   |name=PartModule
 
   |summary=
 
   |summary=
 
}}
 
}}
 
 
{{Properties|
 
{{Properties|
 
{{Property
 
{{Property
Line 64: Line 64:
 
}}
 
}}
 
}}
 
}}
 
 
{{Fields|
 
{{Fields|
 
{{Field
 
{{Field
Line 82: Line 81:
 
}}
 
}}
 
}}
 
}}
 
 
{{Methods|
 
{{Methods|
 
{{Method
 
{{Method
Line 182: Line 180:
 
}}
 
}}
 
}}
 
}}
 +
 +
[[Category:Community API Documentation]]

Revision as of 20:14, 13 October 2015

PartModule Class

Inherits Implements
MonoBehaviour

    Properties

    The following is a list of properties in Glyph/sandbox2.

    Name Description

    {{{properties}}}

    Fields

    The following is a list of fields in Glyph/sandbox2.

    Signature Description
    bool isEnabled  ?
    string moduleName  ?
    ProtoPartModuleSnapshot snapshot  ?

    Methods

    The following are methods included in Glyph/sandbox2.

    Signature Description
    constructor PartModule()  ?
    virtual string GetInfo()  ?
    void Load(ConfigNode node)  ?
    virtual void OnActive()  ?
    virtual void OnAwake()  ?
    virtual void OnFixedUpdate()  ?
    virtual void OnInactive()  ?
    virtual void OnInitialize()  ?
    virtual void OnLoad(ConfigNode node)  ?
    virtual void OnSave(ConfigNode node)  ?
    virtual void OnStart(StartState state)  ?
    virtual void OnUpdate()  ?
    void Save(ConfigNode node)  ?

    Enumerations

    The following is a list of enumerations in Glyph/sandbox2.

    Name Values

    {{{enums}}}