Click or drag to resize

GuiActionsListAdd Method

Adds an action to the pending list.

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

Parameters

actionFn
Type: SystemAction
An action callback.
See Also