Updated docs and added constants to tracker

This commit is contained in:
n00b87
2026-02-26 15:33:51 -06:00
parent aa7667c838
commit 9dbb4b6b5f
2332 changed files with 6219 additions and 2761 deletions

View File

@@ -1,5 +1,5 @@
#title GetRayHit2D [RCBasic Doc]
#header sub GetRayHit2D( index, ByRef spr_id, ByRef x, ByRef y, ByRef normal_x, ByRef normal_y )
#header Sub GetRayHit2D( index, ByRef spr_id, ByRef x, ByRef y, ByRef normal_x, ByRef normal_y )
This function will get the collision point and the normal of a ray hit.
@@ -10,3 +10,4 @@ NOTES:
#/list
#ref GetRayHit3D CastRay3D CastRay3D_All CastRay2D CastRay2D_All