MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / configKeys

Method configKeys

launcher/settings/Setting.h:61–64  ·  view source on GitHub ↗

! * \brief Gets this setting's config file key. * This is used to store the setting's value in the config file. It is usually * the same as the setting's ID, but it can be different. * \return The setting's config file key. */

Source from the content-addressed store, hash-verified

59 * \return The setting's config file key.
60 */
61 virtual QStringList configKeys() const
62 {
63 return m_synonyms;
64 }
65
66 /*!
67 * \brief Gets this setting's value as a QVariant.

Callers 5

PassthroughSettingMethod · 0.80
OverrideSettingMethod · 0.80
changeSettingMethod · 0.80
resetSettingMethod · 0.80
retrieveValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected