diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2024-02-21 18:51:08 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2024-02-22 16:16:49 +0100 |
commit | f781571d070b7d8d13936a383658af289f310ae7 (patch) | |
tree | 9e7d656a3c74a185871cbbbc866e1a2641f7edf5 /doc/classes/AudioListener3D.xml | |
parent | 652438a3952ae13e12dd4fd40756311fde81a791 (diff) | |
download | redot-engine-f781571d070b7d8d13936a383658af289f310ae7.tar.gz |
Add keywords to improve search in the class reference
Diffstat (limited to 'doc/classes/AudioListener3D.xml')
-rw-r--r-- | doc/classes/AudioListener3D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AudioListener3D.xml b/doc/classes/AudioListener3D.xml index a5fe0153c4..c9de089195 100644 --- a/doc/classes/AudioListener3D.xml +++ b/doc/classes/AudioListener3D.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="AudioListener3D" inherits="Node3D" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> +<class name="AudioListener3D" inherits="Node3D" keywords="sound" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> Overrides the location sounds are heard from. </brief_description> |