Tile - YPhysics - Overlap Block Non Alloc – Ylands

From Bohemia Interactive Community
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 Block Non Alloc(Center, Dimension, Rotati...")
 
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
(One intermediate revision by one other user not shown)
Line 20: Line 20:


'''number'''
'''number'''
=== Availability ===
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]]


=== Description ===
=== Description ===
Line 32: Line 36:
----
----
{{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 Block Non Alloc(Center, Dimension, Rotation, Array for results)

YlandsTile-849.png

static overlapBlockNonAlloc(center: YVector3, dimensions: YVector3, rotation: YVector3, results: YEntity[]): number;

Parameters

center

dimensions

rotation

results

Returns

number

Availability

Client, Server, Custom Controller

Description

This instruction will check for colliders in a block 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.