Tile - YPhysics - Overlap Sphere – Ylands
Jump to navigation
Jump to search
(Created page with "<!--- THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. --> == Overlap Sphere(Center, Radius) == File:Yland...") |
No edit summary |
||
Line 16: | Line 16: | ||
'''YEntity[]''' | '''YEntity[]''' | ||
=== Availability === | |||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]] | |||
=== Description === | === Description === |
Revision as of 11:17, 12 November 2021
Overlap Sphere(Center, Radius)
static overlapSphere(center: YVector3, radius: number): YEntity[];
Parameters
center
radius
Returns
YEntity[]
Availability
Client, Server, Custom Controller
Description
This instruction will check for colliders in a sphere of a given radius at a given position.
Notes
- Returns an array with a list of said colliders.
- Creates and fills a new array each time the instruction is called.