2024 Method
Changes 1
M

Units.IsModifiableSpec

Description:
Checks whether the default FormatOptions can be modified for a given spec.
Remarks:
The Units class stores a FormatOptions object for every spec, but not all of them can be directly modified. Some have fixed definitions.
public static bool IsModifiableSpec(
	ForgeTypeId specTypeId
)
Return Value bool True if the FormatOptions can be modified, false otherwise.