Click or drag to resize
ItemWeightTGetWeight Method
Gets the current weight

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

Parameters

item
Type: T
The item need to check

Return Value

Type: Double
The weight

Implements

IItemWeightTGetWeight(T)
Remarks
This is the interface method for fetching weight.
See Also