2025.3 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
)
  • specTypeId
    Identifier of the spec to check.
Return Value Boolean True if the FormatOptions can be modified, false otherwise.