Click or drag to resize

PartModuleUtilsInvalidateContextMenu Method

Forces the context menu of the part to refresh itself.

Namespace:  KSPDev.PartUtils
Assembly:  KSPDev_Utils.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 for KSP v1.6+
Syntax
C#
public static void InvalidateContextMenu(
	Part part
)
Request Example View Source

Parameters

part
Type: (Default Namespace)Part
The part to refresh the menu for.
Remarks
Use it when the GUI fields/events list is changed.
See Also