Click or drag to resize

StatsGetAggregates Method (IUpgradeable, String)

Calculate aggregates of an stat.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static (float , float , float ) GetAggregates(
	IUpgradeable upgradeable,
	string stat
)
Request Example View Source

Parameters

upgradeable
Type: Kit.ContainersIUpgradeable
The IUpgradeable to get the list of upgrades from.
stat
Type: SystemString
Stat to calculate aggregates of.

Return Value

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