diff options
author | daylilyzeleen <735170336@qq.com> | 2022-08-12 20:18:36 +0800 |
---|---|---|
committer | daylilyzeleen <735170336@qq.com> | 2022-08-12 20:18:36 +0800 |
commit | 64e33d9ed128d07787d087d7fb70ffedb03683d7 (patch) | |
tree | 2475160fc982151847157e6a05390ea4a7980101 /doc/classes | |
parent | 67d40155206e7c15575ec9bd5b609075784ed746 (diff) |
fixed GraphEdit signal argument type
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/GraphEdit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index d257e990f7..6473ea9815 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -285,7 +285,7 @@ </signal> <signal name="connection_drag_started"> <param index="0" name="from" type="String" /> - <param index="1" name="slot" type="String" /> + <param index="1" name="slot" type="int" /> <param index="2" name="is_output" type="bool" /> <description> Emitted at the beginning of a connection drag. |