summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorJummit <jummit@web.de>2019-05-27 15:54:54 +0200
committerJummit <jummit@web.de>2019-05-27 16:05:27 +0200
commitce2c45bde7dd5b245e95f1ecfba1187f945e46fe (patch)
treee0c241b14419fef23c950ae301bb3c0c141e9beb /doc/classes
parenteb70999ffa41d36f3b7227780b878b8dc64efdd0 (diff)
add get_camera_rid method
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Camera.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/Camera.xml b/doc/classes/Camera.xml
index 05858e8bc6..0b7021b4a1 100644
--- a/doc/classes/Camera.xml
+++ b/doc/classes/Camera.xml
@@ -39,6 +39,13 @@
<description>
</description>
</method>
+ <method name="get_camera_rid" qualifiers="const">
+ <return type="RID">
+ </return>
+ <description>
+ Returns the camera's RID from the [VisualServer].
+ </description>
+ </method>
<method name="is_position_behind" qualifiers="const">
<return type="bool">
</return>