Click or drag to resize

KspTypesProtoCanHandle Method

Tells if proto can handle the specified type.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public override bool CanHandle(
	Type type
)
Request Example View Source

Parameters

type
Type: SystemType
A type in question.

Return Value

Type: Boolean
true if proto can (de)serialize values of the type.
See Also