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