UnitUtils.GetTypeCatalogStringForSpec
Description:
Gets the string used in type catalogs to identify a given measurable spec.
Gets the string used in type catalogs to identify a given measurable spec.
public static string GetTypeCatalogStringForSpec(
ForgeTypeId specTypeId
)
-
specTypeIdIdentifier of the measurable spec.
Return Value
string
The type catalog string, or an empty string if the measurable spec cannot be used in type catalogs.
-
specTypeId is not a measurable spec identifier. See UnitUtils.IsMeasurableSpec(ForgeTypeId).
-
A non-optional argument was null