Click or drag to resize

ResourceShortType  Conversion (ResourceShortType to Int32)

Converts a type object into a resource ID.

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 int (
	ResourceShortType obj
)
Request Example View Source

Parameters

obj
Type: KSPDev.GUIUtils.TypeFormattersResourceShortType
The object type to convert.

Return Value

Type: Int32
A string type value.
See Also