Click or drag to resize

IPartModuleOnInitialize Method

Called on a vessel when it's time to start the physics on it.

Namespace:  KSPDev.KSPInterfaces
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
void OnInitialize()
Request Example View Source
Remarks
It can be called multiple times during the part's life.
See Also