Tile - YPhysics - Overlap Capsule Non Alloc – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overlap Capsule Non Alloc(Center, Height, Radius, Rotation, Array for results)

YlandsTile-851.png

static overlapCapsuleNonAlloc(center: YVector3, height: number, radius: number, rotation: YVector3, results: YEntity[]): number;

Parameters

center

height

radius

rotation

results

Returns

number

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

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