MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / category

Method category

src/Engine/OptionInfo.cpp:213–216  ·  view source on GitHub ↗

* Returns the category of the option. Options with * categories show up in the Options screens. * @return Language string ID for the category. */

Source from the content-addressed store, hash-verified

211 * @return Language string ID for the category.
212 */
213std::string OptionInfo::category() const
214{
215 return _cat;
216}
217
218/**
219 * Returns the pointer to the boolean option,

Callers 2

OptionsAdvancedStateMethod · 0.80
OptionsControlsStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected