Crossfire Server  1.75.0
Region Struct Reference

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...
 

Detailed Description

One region with bells.

Definition at line 38 of file cfcitybell.cpp.

Field Documentation

◆ bells

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().

◆ fallback

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().


The documentation for this struct was generated from the following file: