User:Glyph/sandbox2
From Kerbal Space Program Wiki
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}}} |
---|