testSphereAgainstWorld | Multi Theft Auto: Wiki Skip to content

testSphereAgainstWorld

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


The function checks whether there is an object within the given radius and returns information about it. The function works similarly to processLineOfSight, but instead of a straight line, it operates based on the specified radius, forming a sphere.

Syntax

testSphereAgainstWorld ( )

Code Examples

Script Example Missing

Function testSphereAgainstWorld needs a script example. Help out by writing one.

Contribution guidelines

See Also

World Functions