<Code Lib>
2023 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.

Loading…