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+
Syntaxpublic static void InvalidateContextMenu(
Part part
)
Request Example
View SourceParameters
- part
- Type: (Default Namespace)Part
The part to refresh the menu for.
RemarksUse it when the GUI fields/events list is changed.
See Also