Click or drag to resize

StatsGetAggregates Method (IEnumerableEffect)

Calculate aggregates from a list of effects.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static (float , float , float ) GetAggregates(
	IEnumerable<Effect> effects
)
Request Example View Source

Parameters

effects
Type: System.Collections.GenericIEnumerableEffect
The list of effect to calculate aggregates of.

Return Value

Type: ValueTupleSingle, Single, Single
A tuple with Constant, Percentage and Multiplier sums respectively.
See Also