diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-10-01 14:28:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 14:28:38 +0200 |
commit | c646768ba2ca320cc74457f21ce381f15ce46535 (patch) | |
tree | fe3991278782662d413a5cfa791be23220709901 /doc | |
parent | 39ea52f36fbb98f2dda84e71f40f205c6b76a4d8 (diff) | |
parent | c6919a13da8e6b019be49aae9a7f0ebb28ef2c5e (diff) |
Merge pull request #40473 from rcorre/gizmo-doc
Fix return type on EditorNode3DGizmoPlugin::get_priority.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/EditorNode3DGizmoPlugin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorNode3DGizmoPlugin.xml b/doc/classes/EditorNode3DGizmoPlugin.xml index 8865939eb1..4dea1bb645 100644 --- a/doc/classes/EditorNode3DGizmoPlugin.xml +++ b/doc/classes/EditorNode3DGizmoPlugin.xml @@ -136,7 +136,7 @@ </description> </method> <method name="get_priority" qualifiers="virtual"> - <return type="String"> + <return type="int"> </return> <description> Override this method to set the gizmo's priority. Higher values correspond to higher priority. If a gizmo with higher priority conflicts with another gizmo, only the gizmo with higher priority will be used. |