Scripting/Squirrel/Functions/GetWeather: Difference between revisions

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "This function will get the weather ID of the game. == Syntax == <pre>GetWeather()</pre> == Arguments == '''N/A''' == Return value == * ''int'' '''weatherid''' - The weat...")
 
No edit summary
Line 23: Line 23:


{{Scripting/Squirrel/Functions/Server_Settings}}
{{Scripting/Squirrel/Functions/Server_Settings}}
[[Category:Scripting/Squirrel/Functions/Server_Settings _Functions]]

Revision as of 19:17, 30 January 2017

This function will get the weather ID of the game.

Syntax

GetWeather()

Arguments

N/A

Return value

  • int weatherid - The weather ID of the game

Example

This page needs an example. We will try our best to complete the wiki as soon as possible.

Notes

Related Functions