diff options
| author | Rémi Verschelde | 2017-11-15 18:45:34 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-15 20:41:16 +0100 |
| commit | e7701bb2de30c554f52dc9d3f0110b4001ae18ad (patch) | |
| tree | 34ed972df2edbb14b5fcf70e59315eff459bc310 /doc/classes/ProjectSettings.xml | |
| parent | 967bfb0c4a1db5adb10d40f66bb8542ec25e1694 (diff) | |
| download | godot-e7701bb2de30c554f52dc9d3f0110b4001ae18ad.tar.gz godot-e7701bb2de30c554f52dc9d3f0110b4001ae18ad.tar.zst godot-e7701bb2de30c554f52dc9d3f0110b4001ae18ad.zip | |
doc: Rename "@Global Scope" to "@GlobalScope"
Spaces in filenames are evil.
Diffstat (limited to 'doc/classes/ProjectSettings.xml')
| -rw-r--r-- | doc/classes/ProjectSettings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index c62127ec4..523c45a92 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -17,7 +17,7 @@ <argument index="0" name="hint" type="Dictionary"> </argument> <description> - Add a custom property info to a property. The dictionary must contain: name:[String](the name of the property) and type:[int](see TYPE_* in [@Global Scope]), and optionally hint:[int](see PROPERTY_HINT_* in [@Global Scope]), hint_string:[String]. + Add a custom property info to a property. The dictionary must contain: name:[String](the name of the property) and type:[int](see TYPE_* in [@GlobalScope]), and optionally hint:[int](see PROPERTY_HINT_* in [@GlobalScope]), hint_string:[String]. Example: [codeblock] ProjectSettings.set("category/property_name", 0) |
