BBMOD_Collider.Raycast

A function defined in BBMOD_Collider.gml

Raycast(_ray)

Description

Casts a ray against the collider.

Arguments

Name Type Description
_ray Struct.BBMOD_Ray The ray to cast.
_result Struct.BBMOD_RaycastResult Where to store additional raycast info to or undefined.

Returns

Bool Returns true if the ray hits the collider.

Throws

See also

BBMOD_Ray.Raycast, BBMOD_RaycastResult

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.