<Code Lib>
2025.3 Method
Changes 0
M

FabricationConfiguration.GetAncillaries

Description:
Gets fabrication ancillaries of the specified type.

public IList<int> GetAncillaries(
	FabricationAncillaryType type,
	bool includeKits,
	bool filterKits
)

  • type
    The type of ancillaries to get.
  • Boolean
    includeKits
    Whether or not to include ancillary kits as well.
  • Boolean
    filterKits
    Whether kits should be filtered to only those that contain the specified ancillary type.
Return Value IList<Int32> An array of ancillary identifiers.

Loading…