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

Method description

src/Engine/OptionInfo.cpp:203–206  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

201 * @return Language string ID for the description.
202 */
203std::string OptionInfo::description() const
204{
205 return _desc;
206}
207
208/**
209 * Returns the category of the option. Options with

Callers 5

OptionsAdvancedStateMethod · 0.80
addSettingsMethod · 0.80
lstOptionsMouseOverMethod · 0.80
OptionsControlsStateMethod · 0.80
addControlsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected