mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 23:21:15 +00:00 
			
		
		
		
	Web: Clarify that OS.get_unique_id is not supported
				
					
				
			Remove the base error message in `OS`, we no longer really error out this
way for not implemented methods. Instead, each platform should override them
to provide the context they want.
Fixes #82439.
(cherry picked from commit 0a10f09ce4)
			
			
This commit is contained in:
		
							parent
							
								
									574a5e59f3
								
							
						
					
					
						commit
						f706a3bd54
					
				
					 4 changed files with 7 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -194,6 +194,7 @@ public:
 | 
			
		|||
	virtual int get_process_id() const;
 | 
			
		||||
	bool is_process_running(const ProcessID &p_pid) const;
 | 
			
		||||
	int get_processor_count() const;
 | 
			
		||||
	String get_unique_id() const;
 | 
			
		||||
 | 
			
		||||
	virtual void alert(const String &p_alert, const String &p_title = "ALERT!");
 | 
			
		||||
	virtual void set_window_title(const String &p_title);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue