Tile - YPhysics - Overlap Capsule Non Alloc – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Stub}}" to "{{Wiki|stub}}")
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Wiki|stub}}
<!---
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
-->
== Overlap Capsule Non Alloc(Center, Height, Radius, Rotation, Array for results) ==
 
[[File:YlandsTile-851.png]]
 
<pre>static overlapCapsuleNonAlloc(center: YVector3, height: number, radius: number, rotation: YVector3, results: YEntity[]): number;</pre>
=== Parameters ===
 
==== center ====
 
==== height ====
 
==== radius ====
 
==== rotation ====
 
==== results ====
 
=== Returns ===
 
'''number'''
 
=== Availability ===
 
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|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'''.




----
----
{{Navbox/Ylands}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 1.3]]

Latest revision as of 15:26, 24 November 2023

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.