2023 Method
Changes 1
M

UnitUtils.IsValidUnit

Description:
Checks whether a unit is valid for a given measurable spec.
public static bool IsValidUnit(
	ForgeTypeId specTypeId,
	ForgeTypeId unitTypeId
)
Return Value bool True if the unit is valid, false otherwise.