Click or drag to resize

IPartModuleOnStartFinished Method

Notifies that all the modules on the part have been started.

Namespace:  KSPDev.KSPInterfaces
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
void OnStartFinished(
	PartModuleStartState state
)
Request Example View Source

Parameters

state
Type: (Default Namespace)PartModuleStartState
State that specifies the situation of the vessel.
Remarks
This is the right place to interact with the other modules on the part. At this moment they all are assumed to be properly setup.
See Also