diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-09-04 13:23:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 13:23:20 +0200 |
commit | 44e89cb88f7e982d7298e640f0828608bd3c5784 (patch) | |
tree | 24e19cba4cdfba511011bfc5da60975bfdfbbd9f /doc/classes/EditorFeatureProfile.xml | |
parent | 696849f73a9bebc95cecf25256ae7011c912dae3 (diff) | |
parent | de284f931d75d985a6cffc2da52614334512be76 (diff) |
Merge pull request #41758 from akien-mga/classref-sync
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/EditorFeatureProfile.xml')
-rw-r--r-- | doc/classes/EditorFeatureProfile.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/classes/EditorFeatureProfile.xml b/doc/classes/EditorFeatureProfile.xml index eb03d3010f..e05a685dd7 100644 --- a/doc/classes/EditorFeatureProfile.xml +++ b/doc/classes/EditorFeatureProfile.xml @@ -135,15 +135,15 @@ <constant name="FEATURE_SCENE_TREE" value="3" enum="Feature"> Scene tree editing. If this feature is disabled, the Scene tree dock will still be visible but will be read-only. </constant> - <constant name="FEATURE_IMPORT_DOCK" value="4" enum="Feature"> - The Import dock. If this feature is disabled, the Import dock won't be visible. - </constant> - <constant name="FEATURE_NODE_DOCK" value="5" enum="Feature"> + <constant name="FEATURE_NODE_DOCK" value="4" enum="Feature"> The Node dock. If this feature is disabled, signals and groups won't be visible and modifiable from the editor. </constant> - <constant name="FEATURE_FILESYSTEM_DOCK" value="6" enum="Feature"> + <constant name="FEATURE_FILESYSTEM_DOCK" value="5" enum="Feature"> The FileSystem dock. If this feature is disabled, the FileSystem dock won't be visible. </constant> + <constant name="FEATURE_IMPORT_DOCK" value="6" enum="Feature"> + The Import dock. If this feature is disabled, the Import dock won't be visible. + </constant> <constant name="FEATURE_MAX" value="7" enum="Feature"> Represents the size of the [enum Feature] enum. </constant> |