summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorAtlinx <atlinuxtm@gmail.com>2022-08-29 18:27:43 -0400
committerAtlinx <atlinuxtm@gmail.com>2022-08-29 20:13:01 -0400
commit0e3097c023fa4562d44fa102bd2ef8e456f8901a (patch)
treef5ab284b147263f9adbd54e773782988689e957c /doc/classes
parent051f24b067642a241d0a4acbb1b7644e11700bfc (diff)
Add missing parameters for signal in docs
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/EditorProperty.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/EditorProperty.xml b/doc/classes/EditorProperty.xml
index 67204f2a15..7bac4bf7ac 100644
--- a/doc/classes/EditorProperty.xml
+++ b/doc/classes/EditorProperty.xml
@@ -105,6 +105,8 @@
<signal name="property_changed">
<param index="0" name="property" type="StringName" />
<param index="1" name="value" type="Variant" />
+ <param index="2" name="field" type="StringName" />
+ <param index="3" name="changing" type="bool" />
<description>
Do not emit this manually, use the [method emit_changed] method instead.
</description>