WeatherMakerScriptWeatherProfileChangedEvent Event |
Event that fires when the weather profile changes (old, new, transition duration, connection ids (null for all connections))
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public event Action<WeatherMakerProfileScript, WeatherMakerProfileScript, float, string[]> WeatherProfileChangedEvent
Public Event WeatherProfileChangedEvent As Action(Of WeatherMakerProfileScript, WeatherMakerProfileScript, Single, String())
public:
event Action<WeatherMakerProfileScript^, WeatherMakerProfileScript^, float, array<String^>^>^ WeatherProfileChangedEvent {
void add (Action<WeatherMakerProfileScript^, WeatherMakerProfileScript^, float, array<String^>^>^ value);
void remove (Action<WeatherMakerProfileScript^, WeatherMakerProfileScript^, float, array<String^>^>^ value);
}
member WeatherProfileChangedEvent : IEvent<Action<WeatherMakerProfileScript, WeatherMakerProfileScript, float32, string[]>,
EventArgs>
Value
Type:
SystemActionWeatherMakerProfileScript,
WeatherMakerProfileScript,
Single,
StringSee Also