Click or drag to resize

IHasDebugAdjustablesOnBeforeDebugAdjustablesUpdate Method

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

Namespace:  KSPDev.DebugUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
void OnBeforeDebugAdjustablesUpdate()
Request Example View Source
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