<Code Lib>
2026 Method
Changes 1
M

FormatOptions.GetValidSymbols(ForgeTypeId)

Description:
Gets the identifiers of all valid symbols for a given unit.
Overloads (2):
GetValidSymbols(ForgeTypeId)

public static IList<ForgeTypeId> GetValidSymbols(
	ForgeTypeId unitTypeId
)

Return Value IList<ForgeTypeId> Identifiers of the valid symbols.

  • unitTypeId is not a unit identifier. See UnitUtils.IsUnit(ForgeTypeId) and UnitUtils.GetUnitTypeId(DisplayUnitType).
  • A non-optional argument was null

Loading…