Home
last modified time | relevance | path

Searched refs:time_of_day_ident (Results 1 – 3 of 3) sorted by relevance

/dports/games/wyrmgus/Wyrmgus-3.5.4/src/tolua/
H A Dmap.pkg42 extern void SetTimeOfDay(const std::string time_of_day_ident, int z = 0);
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/map/
H A Dmap.h521 extern void SetTimeOfDay(const std::string &time_of_day_ident, int z = 0);
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/map/
H A Dmap.cpp1202 void SetTimeOfDay(const std::string &time_of_day_ident, int z) in SetTimeOfDay() argument
1204 if (time_of_day_ident.empty()) { in SetTimeOfDay()
1212 if (time_of_day->TimeOfDay->Ident == time_of_day_ident) { in SetTimeOfDay()