Click or drag to resize

GuiActionsListAdd Method

Adds an action to the pending list.

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

Parameters

actionFn
Type: SystemAction
An action callback.
See Also