Table of Contents

Class ProductConsumptionProfile

Namespace
S1API.Products
Assembly
S1API.dll

Defines intrinsic consumption behavior for registered custom products.

public sealed class ProductConsumptionProfile
Inheritance
ProductConsumptionProfile
Inherited Members
Extension Methods

Remarks

Profiles are immutable. Their callbacks run in addition to ordinary product-property effects and only for product definitions registered through S1API.

Properties

ProviderId

Gets the stable, namespaced identity of the provider that owns this behavior.

public string ProviderId { get; }

Property Value

string

ProviderVersion

Gets the provider-defined compatibility version for this behavior.

public int ProviderVersion { get; }

Property Value

int