application.startCurrentGame
Starts playing the currently loaded game.
Prototype
bOk = application.startCurrentGame ( )
Description
Continues to play the game after pausing, does not rewind. If you want to rewind the game, use stop() first.
Return values
bOk - true on success
Sample
function onPlayPause ( ) if ( application.isCurrentGameRunning ( ) ) then application.pauseCurrentGame ( ) else application.startCurrentGame ( ) end end
Available since ShiVa 2.0