diff options
author | LikeLakers2 <1008889+LikeLakers2@users.noreply.github.com> | 2018-09-22 17:50:45 -0400 |
---|---|---|
committer | LikeLakers2 <1008889+LikeLakers2@users.noreply.github.com> | 2018-09-23 16:13:30 -0400 |
commit | eaac1e3b81e3c330a23183c6638dfd08efbf427d (patch) | |
tree | 75533b75724c4fe0c5e6ad444c84c30f762639b7 /doc/classes/Tree.xml | |
parent | 2613e59f59a67d78214e58cdb8856f50bfc08b19 (diff) | |
download | redot-engine-eaac1e3b81e3c330a23183c6638dfd08efbf427d.tar.gz |
[Docs] Remove double-spaces from descriptions, as well a couple other small fixes
Diffstat (limited to 'doc/classes/Tree.xml')
-rw-r--r-- | doc/classes/Tree.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Tree.xml b/doc/classes/Tree.xml index ae8bdace73..0431718066 100644 --- a/doc/classes/Tree.xml +++ b/doc/classes/Tree.xml @@ -94,7 +94,7 @@ <argument index="0" name="position" type="Vector2"> </argument> <description> - If [member drop_mode_flags] includes [code]DROP_MODE_INBETWEEN[/code], returns -1 if [code]position[/code] is the upper part of a tree item at that position, 1 for the lower part, and additionally 0 for the middle part if [member drop_mode_flags] includes [code]DROP_MODE_ON_ITEM[/code]. + If [member drop_mode_flags] includes [code]DROP_MODE_INBETWEEN[/code], returns -1 if [code]position[/code] is the upper part of a tree item at that position, 1 for the lower part, and additionally 0 for the middle part if [member drop_mode_flags] includes [code]DROP_MODE_ON_ITEM[/code]. Otherwise, returns 0. If there are no tree item at [code]position[/code], returns -100. </description> </method> |