win8_settingscharm_remove_entry

Remove an entry from the Settings Charm.

Syntax:

win8_settingscharm_remove_entry(name);


Argument Description
name The name of the option to be removed.


Returns: N/A


Description

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.


Example:

win8_settingscharm_remove_entry("News");

The above code will remove the option labelled "News" from the settings "charm".


Back: Windows 8
Next: win8_share_image
© Copyright YoYo Games Ltd. 2018 All Rights Reserved