User Tools

Site Tools


addons:using_libs:ffxi.weather

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

addons:using_libs:ffxi.weather [2015/11/20 00:33]
atom0s created
addons:using_libs:ffxi.weather [2015/11/20 00:34] (current)
atom0s
Line 10: Line 10:
   * **Returns**   * **Returns**
     * The current weather id.     * The current weather id.
 +
 +The following values are defined from the weather library.
 +
 +<code lua>
 +WEATHER_CLEAR ​      = 0;
 +WEATHER_SUNNY ​      = 1;
 +WEATHER_CLOUDY ​     = 2;
 +WEATHER_FOG ​        = 3;
 +WEATHER_FIRE ​       = 4;
 +WEATHER_FIRE2 ​      = 5;
 +WEATHER_WATER ​      = 6;
 +WEATHER_WATER2 ​     = 7;
 +WEATHER_EARTH ​      = 8;
 +WEATHER_EARTH2 ​     = 9;
 +WEATHER_WIND ​       = 10;
 +WEATHER_WIND2 ​      = 11;
 +WEATHER_ICE ​        = 12;
 +WEATHER_ICE2 ​       = 13;
 +WEATHER_LIGHTNING ​  = 14;
 +WEATHER_LIGHTNING2 ​ = 15;
 +WEATHER_LIGHT ​      = 16;
 +WEATHER_LIGHT2 ​     = 17;
 +WEATHER_DARK ​       = 18;
 +WEATHER_DARK2 ​      = 19;
 +</​code>​
addons/using_libs/ffxi.weather.1448008422.txt.gz · Last modified: 2015/11/20 00:33 by atom0s