Click or drag to resize

ResourceShortType  Conversion (Int32 to ResourceShortType)

Coverts a resource ID value into a type object.

Namespace:  KSPDev.GUIUtils.TypeFormatters
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
public static implicit operator ResourceShortType (
	int value
)
Request Example View Source

Parameters

value
Type: SystemInt32
The ID to convert.

Return Value

Type: ResourceShortType
An object.
See Also