<Code Lib>
M

UnitUtils.IsSymbol

Description:
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).

public static bool IsSymbol(
	ForgeTypeId symbolTypeId
)

Return Value bool True if the ForgeTypeId identifies a symbol, false otherwise.

Loading…