GetWeather: Difference between revisions
Jump to navigation
Jump to search
(→Syntax) |
|||
Line 4: | Line 4: | ||
==Syntax== | ==Syntax== | ||
int [[getWeather]] () | |||
==Example== | ==Example== | ||
primary, secondary = [[getWeather]] () | primary, secondary = [[getWeather]] () | ||
[[serverChat]] ( "The current weather is ", primary, " and ", secondary ) | [[serverChat]] ( "The current weather is ", primary, " and ", secondary ) |
Revision as of 17:31, 8 April 2006
Description
This function returns the current weather id.
Syntax
int getWeather ()
Example
primary, secondary = getWeather () serverChat ( "The current weather is ", primary, " and ", secondary )