application.isCurrentGameRunning
Indicates if the currently loaded game is being executed.
Prototype
bYes = application.isCurrentGameRunning ( )
Description
Indicates if the currently loaded game is being executed.
Return values
bYes - true if running
Sample
if ( application.isCurrentGameRunning ( ) == true ) then this.postEvent ( kUpdateRuntimeInfosDelay, "onPropertyViewSectionUpdateRuntimeInfos" ) end
Available since ShiVa 2.0