winphone_tile_title

Set the title of your games Live Tile.

Syntax:

winphone_tile_title(title);


Argument Description
title The title of your game tile (a string).


Returns: N/A


Description

With this function you can assign a title string to the Live Tile associated with your game, as illustrated by the image shown below:




Example:

if os_type = os_winphone
   {
   winphone_tile_title("Catch The Haggis");
   }

The above code will check the OS running the game, and if it is the Windows 8 Phone OS, it will set the title of the Live Tile of the game to the given string.


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