ScummVM API documentation
GUI options

Description

API for managing the options of the graphical user interface (GUI).

Functions

bool Common::checkGameGUIOption (const String &option, const String &str)
 
String Common::parseGameGUIOptions (const String &str)
 
const String Common::getGameGUIOptionsDescription (const String &options)
 
void Common::updateGameGUIOptions (const String &options, const String &langOption)
 

Function Documentation

◆ updateGameGUIOptions()

void Common::updateGameGUIOptions ( const String options,
const String langOption 
)

Update the GUI options of the current config manager domain when they differ to the ones passed as parameter.