WeatherMakerScriptLastLocalProfile Property |
Last local profile that was set for the local player - do not try to set this value, it will have no effect, use a weather zone instead.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public WeatherMakerProfileScript LastLocalProfile { get; set; }
Public Property LastLocalProfile As WeatherMakerProfileScript
Get
Set
public:
property WeatherMakerProfileScript^ LastLocalProfile {
WeatherMakerProfileScript^ get ();
void set (WeatherMakerProfileScript^ value);
}
member LastLocalProfile : WeatherMakerProfileScript with get, set
Property Value
Type:
WeatherMakerProfileScriptSee Also