Home
last modified time | relevance | path

Searched refs:getWeatherTypeByName (Results 1 – 4 of 4) sorted by relevance

/dports/games/legend-of-edgar/edgar-1.34/src/
H A Dweather.h21 int getWeatherTypeByName(char *);
H A Dweather.c272 int getWeatherTypeByName(char *name) in getWeatherTypeByName() function
H A Dmap.c226 x = getWeatherTypeByName(itemName); in loadMap()
/dports/games/legend-of-edgar/edgar-1.34/src/event/
H A Dscript.c942 setWeather(getWeatherTypeByName(token)); in readNextScriptLine()