UnitUtils.IsSymbol
Description:
Checks whether a ForgeTypeId identifies a symbol.
Checks whether a ForgeTypeId identifies a symbol.
Remarks:
A ForgeTypeId identifies a symbol if it corresponds to a UnitSymbolType value according to UnitUtils.GetSymbolTypeId(UnitSymbolType).
A ForgeTypeId identifies a symbol if it corresponds to a UnitSymbolType value according to UnitUtils.GetSymbolTypeId(UnitSymbolType).
public static bool IsSymbol(
ForgeTypeId symbolTypeId
)
-
symbolTypeIdThe identifier to check.
Return Value
bool
True if the ForgeTypeId identifies a symbol, false otherwise.
-
A non-optional argument was NULL