Table of Contents

Class ProductMixingProfiles

Namespace
S1API.Products
Assembly
S1API.dll

Provides lookup for opt-in custom product mixing profiles.

public static class ProductMixingProfiles
Inheritance
ProductMixingProfiles
Inherited Members

Methods

Get(ProductKind)

Gets a profile for a logical product kind, or null when mixing was not opted in.

public static ProductMixingProfile? Get(ProductKind productKind)

Parameters

productKind ProductKind

Returns

ProductMixingProfile

Get(string)

Gets a profile by logical product-kind ID, or null when mixing was not opted in.

public static ProductMixingProfile? Get(string productKindId)

Parameters

productKindId string

Returns

ProductMixingProfile