Skip to content

LimitActivations

Limits the amount of activations for a given kit object.

LimitActivations = {
-- Attributes
MaxActivations: std.Attribute<number>,
ResetWhenUnactivatable: std.Attribute<boolean>,
}
LimitActivations.MaxActivations: std.Attribute<number>

The amount of activations before the limited kit object should not be activatable.

LimitActivations.ResetWhenUnactivatable: std.Attribute<boolean>

If a kit object should reset it’s “activations count” when it’s Activatable attribute is disabled.