Click or drag to resize
WeightedCollectionTGetCurrentWeight Method
Gets the weight of an item. If dynamic object is defined, the value will be fetched immediately.

Namespace: JLChnToZ.LuckyPlayer.WeightedRandomizer
Assembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double GetCurrentWeight(
	T item
)

Parameters

item
Type: T
The item

Return Value

Type: Double
The weight value
See Also