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.
This commit is contained in:
@ -355,7 +355,7 @@ void OS::set_cmdline(const char *p_execpath, const List<String> &p_args, const L
|
||||
}
|
||||
|
||||
String OS::get_unique_id() const {
|
||||
ERR_FAIL_V("");
|
||||
return "";
|
||||
}
|
||||
|
||||
int OS::get_processor_count() const {
|
||||
|
||||
Reference in New Issue
Block a user