aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/Object.xml
diff options
context:
space:
mode:
authorRémi Verschelde2017-11-24 09:16:27 +0100
committerRémi Verschelde2017-11-24 09:16:27 +0100
commit15ada56d73817c5c0be97882a88cb27696fcd3a8 (patch)
tree941e0461c4336da1826869caf0d6f363225a267d /doc/classes/Object.xml
parent679b64fe48a33781800fe70ea1ba2d25e201826c (diff)
downloadgodot-15ada56d73817c5c0be97882a88cb27696fcd3a8.tar.gz
godot-15ada56d73817c5c0be97882a88cb27696fcd3a8.tar.zst
godot-15ada56d73817c5c0be97882a88cb27696fcd3a8.zip
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/Object.xml')
-rw-r--r--doc/classes/Object.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml
index bea4c14a3..28d6ed116 100644
--- a/doc/classes/Object.xml
+++ b/doc/classes/Object.xml
@@ -178,6 +178,14 @@
- "method_name" is a name of method to which signal is connected.
</description>
</method>
+ <method name="get_indexed" qualifiers="const">
+ <return type="Variant">
+ </return>
+ <argument index="0" name="property" type="NodePath">
+ </argument>
+ <description>
+ </description>
+ </method>
<method name="get_instance_id" qualifiers="const">
<return type="int">
</return>
@@ -338,6 +346,16 @@
If set to true, signal emission is blocked.
</description>
</method>
+ <method name="set_indexed">
+ <return type="void">
+ </return>
+ <argument index="0" name="property" type="NodePath">
+ </argument>
+ <argument index="1" name="value" type="Variant">
+ </argument>
+ <description>
+ </description>
+ </method>
<method name="set_message_translation">
<return type="void">
</return>