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
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