Click or drag to resize

StatsSetBaseValue Method

Set the base value of a stat.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public void SetBaseValue(
	string stat,
	float value
)
Request Example View Source

Parameters

stat
Type: SystemString
value
Type: SystemSingle
See Also