A function defined in BBMOD_Ray.gml
Raycast(_collider[, _result])
Casts the ray against a collider.
Name | Type | Description |
---|---|---|
_collider | Struct.BBMOD_Collider |
The collider to cast the ray against. |
_result | Struct.BBMOD_RaycastResult |
Where to store additional raycast info to or undefined . |
Bool
Returns true
if the ray hits the collider.
Raycast
.This is the same as calling _collider.Raycast(_ray, _result)
!
BBMOD_Collider.Raycast, BBMOD_RaycastResult
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.