Click or drag to resize

StatsSetBaseProperty Method

Set the base value property of a stat.

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

Parameters

stat
Type: SystemString
value
Type: Kit.ContainersStatBaseProperty
See Also