WeatherMakerScriptPreviousLastLocalProfile Property |
Previous 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 PreviousLastLocalProfile { get; set; }
Public Property PreviousLastLocalProfile As WeatherMakerProfileScript
Get
Set
public:
property WeatherMakerProfileScript^ PreviousLastLocalProfile {
WeatherMakerProfileScript^ get ();
void set (WeatherMakerProfileScript^ value);
}
member PreviousLastLocalProfile : WeatherMakerProfileScript with get, set
Property Value
Type:
WeatherMakerProfileScriptSee Also