Kit Documentation
Kit Documentation
Kit Reference
Kit.Containers
Stats Class
Stats Methods
GetAggregates Method
GetAggregates Method (IEnumerable(Effect))
GetAggregates Method (IUpgradeable, String)
Stats
GetAggregates Method (IEnumerable
Effect
)
Calculate aggregates from a list of effects.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
static
(
float
,
float
,
float
)
GetAggregates
(
IEnumerable
<
Effect
>
effects
)
Request Example
View Source
Parameters
effects
Type:
System.Collections.Generic
IEnumerable
Effect
The list of effect to calculate aggregates of.
Return Value
Type:
ValueTuple
Single
,
Single
,
Single
A tuple with
Constant
,
Percentage
and
Multiplier
sums respectively.
See Also
Reference
Stats Class
GetAggregates Overload
Kit.Containers Namespace
Send comments on this topic to
agam@frag-games.com