From 331427f55efe753d500461dfb5113be15d171520 Mon Sep 17 00:00:00 2001 From: Nathan Warden Date: Thu, 7 Dec 2017 19:19:51 -0500 Subject: [PATCH] Finished off the RayCast documentation. --- doc/classes/RayCast.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/classes/RayCast.xml b/doc/classes/RayCast.xml index e6f3c029af..20e262b664 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].