GetWeather

From RAGE Multiplayer Wiki
Revision as of 14:02, 27 November 2019 by Avoid (talk | contribs) (Created page with "This function returns the server weather. ==Syntax== {{#tag:pre|Weather {{Template:CSharp_Serverside_namespace}}World.GetWeather();}} ==Example== {{CSharpContainer| {{Exampl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function returns the server weather.

Syntax

Weather NAPI.World.GetWeather();

Example

C# Syntax

Example

Weather weather = NAPI.World.GetWeather();