Difference between revisions of "User:Glyph/sandbox2"
From Kerbal Space Program Wiki
Line 2: | Line 2: | ||
{{Class | {{Class | ||
|inherits={{Type|MonoBehaviour}} | |inherits={{Type|MonoBehaviour}} | ||
− | |||
|name=PartModule | |name=PartModule | ||
|summary= | |summary= |
Revision as of 19:51, 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}}} |
---|