Manual     Reference     Scripting  
  
Scripting > Editor Classes > EditorApplication   

EditorApplication.SaveCurrentSceneIfUserWantsTo  

static function SaveCurrentSceneIfUserWantsTo () : bool

Description

Ask the user if he wants to save the open scene.

You might want to call this before opening another scene or creating a new scene. A return value of true indicates that you may continue. A return value of false indicates that the user cancelled the operation and you should not Open another Scene.