<Code Lib>
M

UnitUtils.IsSymbol

Description:
Checks whether a ForgeTypeId identifies a symbol.
Remarks:
The SymbolTypeId class offers symbol identifiers.

public static bool IsSymbol(
	ForgeTypeId symbolTypeId
)

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

Loading…