win8_settingscharm_remove_entry(name);
Argument | Description |
---|---|
name | The name of the option to be removed. |
Returns: N/A
This function will remove the option with the given name (the
same as was used when adding it) from the settings "charm" for your
game.
win8_settingscharm_remove_entry("News");
The above code will remove the option labelled "News" from the settings "charm".