game.getName
Return the name of the game.
Prototype
sGameName = game.getName ( hGame )
Description
Return the name of the game.
Parameters
hGame - valid Game handle
Return values
sGameName - game name string
Sample
if ( utils.getVariableType ( hFile ) == utils.kVariableTypeGame ) then sGameName = game.getName ( hFile ) -- etc.
Available since ShiVa 2.0