Click or drag to resize

StatsGetCurrentProperty Method

Get the current value property of a stat.

Namespace:  Kit.Containers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public ReadOnlyAsyncReactiveProperty<float> GetCurrentProperty(
	string stat
)
Request Example View Source

Parameters

stat
Type: SystemString

Return Value

Type: ReadOnlyAsyncReactivePropertySingle
See Also