Click or drag to resize

PartModuleUtils Methods

The PartModuleUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddEvent
Add an event into a part module.
Public methodStatic memberDropEvent
Removes the specified event from the part module.
Public methodStatic memberGetAction
Returns an action for the requested method.
Public methodStatic memberCode exampleGetEvent
Returns an event for the requested method.
Public methodStatic memberInjectEvent
Injects an event from one part to another.
Public methodStatic memberInvalidateContextMenu
Forces the context menu of the part to refresh itself.
Public methodStatic memberSetupAction
Applies a setup function on a KSP part module action.
Public methodStatic memberCode exampleSetupEvent
Applies a setup function on a KSP part module event.
Public methodStatic memberWithdrawEvent
Removes an event that was previously injected.
Top
See Also