Click or drag to resize

PartModuleUtilsInvalidateContextMenu Method

Forces the context menu of the part to refresh itself.

Namespace:  KSPDev.PartUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
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