Units.IsModifiableSpec
Description:
Checks whether the default FormatOptions can be modified for a given spec.
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.
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
)
-
specTypeIdIdentifier of the spec to check.
Return Value
bool
True if the FormatOptions can be modified, false otherwise.
-
A non-optional argument was null