Click or drag to resize

DebugGuiGetAdjustableActions Method

Gets the methods, available for calling from the debugging GUI.

Namespace:  KSPDev.DebugUtils
Assembly:  KSPDev_Utils.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 for KSP v1.6+
Syntax
C#
public static List<DebugGuiDebugMemberInfo> GetAdjustableActions(
	Object obj,
	string group = ""
)
Request Example View Source

Parameters

obj
Type: SystemObject
The instance to get the methods from.
group (Optional)
Type: SystemString
The group to get the controls for. If empty, then all the controls are returned.

Return Value

Type: ListDebugGuiDebugMemberInfo
The member meta info for all the available methods.
Remarks
The atributed method must have zero parameters.
See Also