
simLoadScene
Loads a previously saved scene
C++ synopsis
int simLoadScene(const char* filename)
Arguments
- filename: scene filename, including extension. An empty string loads the default scene. By default, the current scene is overwritten (append "@keepCurrent" to the filename to preserve current scene)
Return
- -1 if operation was not successful
See also:
|