Returns a [Script] that is currently active in editor.
			
		
		
			
			
			
			
			
			
			
			
		
		
			
			
			
				Returns an array with all [Script] objects which are currently open in editor.
			
		
		
			
			
			
			
			
				Goes to the specified line in the current script.
			
		
		
			
			
			
			
			
			
			
			
		
	
	
		
			
			
			
				Emitted when user changed active script. Argument is a freshly activated [Script].
			
		
		
			
			
			
				Emitted when editor is about to close the active script. Argument is a [Script] that is going to be closed.