Click or drag to resize

AbstractPartModuleOnEvaPartLoaded Method

Notifies the part is being created from the stock EVA construction mode.

Namespace:  KSPDev.PartUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
protected virtual void OnEvaPartLoaded()
Request Example View Source
Remarks
This callback is called from OnLoad(ConfigNode). In the EVA mode the parts in flight are copied "as-is" and then re-instantiated for the purpose of the drag operation. This may capture some internal state that the original part would not wish to exist in the dragged part. This method can be used to reset such state.
See Also