WeatherMakerProfileGroupScriptPickWeightedProfile Method |
Pick a random profile based on weights of the profiles
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public WeatherMakerProfileScript PickWeightedProfile()
Public Function PickWeightedProfile As WeatherMakerProfileScript
public:
WeatherMakerProfileScript^ PickWeightedProfile()
member PickWeightedProfile : unit -> WeatherMakerProfileScript
Return Value
Type:
WeatherMakerProfileScriptRandom weighted profile or null if no profiles setup
See Also