* Returns the category of the option. Options with * categories show up in the Options screens. * @return Language string ID for the category. */
| 211 | * @return Language string ID for the category. |
| 212 | */ |
| 213 | std::string OptionInfo::category() const |
| 214 | { |
| 215 | return _cat; |
| 216 | } |
| 217 | |
| 218 | /** |
| 219 | * Returns the pointer to the boolean option, |
no outgoing calls
no test coverage detected