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 (IUpgradeable, String)
Calculate aggregates of an stat.
Namespace:
Kit.Containers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
static
(
float
,
float
,
float
)
GetAggregates
(
IUpgradeable
upgradeable
,
string
stat
)
Request Example
View Source
Parameters
upgradeable
Type:
Kit.Containers
IUpgradeable
The
IUpgradeable
to get the list of upgrades from.
stat
Type:
System
String
Stat 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