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.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
void OnInitialize()
Request Example View Source
Remarks
It can be called multiple times during the part's life.
See Also