Tile - YPhysics - Overlap Sphere Non Alloc – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
Line 34: Line 34:
----
----
{{Navbox/Ylands}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


[[Category: Instructions]]
[[Category: Instructions]]

Latest revision as of 15:27, 24 November 2023

Overlap Sphere Non Alloc(Center, Radius, Array for results)

YlandsTile-847.png

static overlapSphereNonAlloc(center: YVector3, radius: number, results: YEntity[]): number;

Parameters

center

radius

results

Returns

number

Availability

Client, Server, Custom Controller

Description

This instruction will check for colliders in a sphere of a given radius at a given position.

Notes

  • Fills the target, pre-existing array with a list of said colliders.