Click or drag to resize

GuiActionsList.Add Method

Adds an action to the pending list.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public void Add(
	Action actionFn
)
Request Example View Source

Parameters

actionFn
Type: System.Action
An action callback.
See Also