M

UnitUtils.IsUnit

Description:
Checks whether a ForgeTypeId identifies a unit.
Remarks:
A ForgeTypeId identifies a unit if it corresponds to a valid DisplayUnitType value according to UnitUtils.IsValidDisplayUnit(DisplayUnitType) and UnitUtils.GetUnitTypeId(DisplayUnitType).
public static bool IsUnit(
	ForgeTypeId unitTypeId
)
Return Value bool True if the ForgeTypeId identifies a unit, false otherwise.