diff options
| author | skyace65 <matthewehr@hotmail.com> | 2023-04-02 19:45:55 -0400 |
|---|---|---|
| committer | skyace65 <matthewehr@hotmail.com> | 2023-04-02 19:45:55 -0400 |
| commit | a65d99b541578c52beb177ff7290dd68940a3807 (patch) | |
| tree | 7d02bd7039c43e2ada446df0dbfd4279383645c9 | |
| parent | df7834ac96398da0cb6b09f77ec010d4dff467f7 (diff) | |
| download | redot-engine-a65d99b541578c52beb177ff7290dd68940a3807.tar.gz | |
Remove reference to clipboard in OS class doc
| -rw-r--r-- | doc/classes/OS.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 1dce0b1632..1b98d357ae 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -4,7 +4,7 @@ Operating System functions. </brief_description> <description> - Operating System functions. [OS] wraps the most common functionality to communicate with the host operating system, such as the clipboard, video driver, delays, environment variables, execution of binaries, command line, etc. + Operating System functions. [OS] wraps the most common functionality to communicate with the host operating system, such as the video driver, delays, environment variables, execution of binaries, command line, etc. [b]Note:[/b] In Godot 4, [OS] functions related to window management were moved to the [DisplayServer] singleton. </description> <tutorials> |
