Feel
4.3
The best way to improve your game's feel and make it extra juicy
|
A MMLootTable implementation for floats More...
Additional Inherited Members | |
Public Member Functions inherited from MoreMountains.Tools.MMLootTable< MMLootFloat, float > | |
virtual void | ComputeWeights () |
Determines, for each object in the table, its chance percentage, based on the specified weights More... | |
virtual T | GetLoot () |
Returns one object from the table, picked randomly More... | |
Public Attributes inherited from MoreMountains.Tools.MMLootTable< MMLootFloat, float > | |
List< T > | ObjectsToLoot |
the list of objects that have a chance of being returned by the table More... | |
float | WeightsTotal |
the total amount of weights, for debug purposes only More... | |
Protected Attributes inherited from MoreMountains.Tools.MMLootTable< MMLootFloat, float > | |
float | _maximumWeightSoFar |
bool | _weightsComputed |
A MMLootTable implementation for floats