<Code Lib>
2022 Method
Changes 1
M

UnitUtils.IsValidUnit

Description:
Checks whether a unit is valid for a given spec.

public static bool IsValidUnit(
	ForgeTypeId specTypeId,
	ForgeTypeId unitTypeId
)

Return Value bool True if the unit is valid, false otherwise.

Loading…