Tile - YPhysics - Overlap Capsule – Ylands
Jump to navigation
Jump to search
No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") |
||
Line 37: | Line 37: | ||
---- | ---- | ||
{{Navbox/Ylands}} | {{Navbox/Ylands}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}| | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | ||
[[Category: Instructions]] | [[Category: Instructions]] |
Latest revision as of 14:27, 24 November 2023
Overlap Capsule(Center, Height, Radius, Rotation)
static overlapCapsule(center: YVector3, height: number, radius: number, rotation: YVector3): YEntity[];
Parameters
center
height
radius
rotation
Returns
YEntity[]
Availability
Client, Server, Custom Controller
Description
This instruction will check for colliders in a capsule of a given dimensions at a given position with a given rotation.
Notes
- Returns an array with a list of said colliders.
- Creates and fills a new array each time the instruction is called.