diff --git a/doc/classes/RayCast.xml b/doc/classes/RayCast.xml
index e6f3c029af6..20e262b6644 100644
--- a/doc/classes/RayCast.xml
+++ b/doc/classes/RayCast.xml
@@ -77,6 +77,7 @@
+ Returns [code]true[/code] if the bit index passed is turned on. Note that bit indexes range from 0-19.
@@ -126,6 +127,7 @@
+ Sets the bit index passed to the [code]value[/code] passed. Note that bit indexes range from 0-19.
@@ -137,9 +139,10 @@
The ray's collision mask. Only objects in at least one collision layer enabled in the mask will be detected.
- If [code]true[/code], collisions will be reported. Default value: [code]false[/code].
+ If [code]true[/code] collisions will be reported. Default value: [code]false[/code].
+ If [code]true[/code] collisions will be ignored for this RayCast's immediate parent. Default value: [code]true[/code].