Click or drag to resize

AbstractPartModuleOnBeforeDebugAdjustablesUpdate Method

Notifies that one or more of the debug adjustable fields is about to be updated.

Namespace:  KSPDev.PartUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public virtual void OnBeforeDebugAdjustablesUpdate()
Request Example View Source

Implements

IHasDebugAdjustablesOnBeforeDebugAdjustablesUpdate
Exceptions
ExceptionCondition
InvalidOperationException If the change must be rejected due to the module is not able to handle the update in its current state. The description of the exception may be presented in GUI.
See Also