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

Method type

src/Engine/OptionInfo.cpp:193–196  ·  view source on GitHub ↗

* Returns the variable type of the option. * @return Option type. */

Source from the content-addressed store, hash-verified

191 * @return Option type.
192 */
193OptionType OptionInfo::type() const
194{
195 return _type;
196}
197
198/**
199 * Returns the description of the option. Options with

Callers 4

OptionsAdvancedStateMethod · 0.80
addSettingsMethod · 0.80
lstOptionsClickMethod · 0.80
OptionsControlsStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected