LoadScene
double LoadScene (string filename, string flags )
Return Value: 1.0 for success, 0.0 for failure
Arguments:
filename | path of file to load |
flags | REPLACE or APPEND |
Loads the file specified. The file is either appended to the current scene or replaces the current scene depending on the flags.
Example:
LoadScene( "c:\myscene.fxs", "APPEND" )
This will cause the scene myscene.fxs to be appended to the currently loaded scene.
Converted from CHM to HTML with chm2web Pro 2.82 (unicode) |