|
Crossfire Server
1.75.0
|
One region with bells. More...
Data Fields | |
| std::unordered_map< std::string, std::string > | bells |
| Map between a god's name and the message to display. More... | |
| std::string | fallback |
| Message if the god's name is not in Region::bells. More... | |
One region with bells.
Definition at line 38 of file cfcitybell.cpp.
| std::unordered_map<std::string, std::string> Region::bells |
Map between a god's name and the message to display.
Definition at line 39 of file cfcitybell.cpp.
Referenced by load_bells().
| std::string Region::fallback |
Message if the god's name is not in Region::bells.
Definition at line 40 of file cfcitybell.cpp.
Referenced by load_bells().