Tile - YArray - Remove – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (YlandsClassyBot moved page Ylands Tile - Remove array to Ylands:Tile - YArray - Remove: New Structure)
No edit summary
Line 1: Line 1:
{{Wiki|stub}}
<!---
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
-->
== Remove(Array, Object) ==
 
[[File:YlandsTile-788.png]]
 
<pre>static remove(array: any[], object: any): void;</pre>
=== Parameters ===
 
==== array ====
 
==== object ====
 
=== Description ===
 
This instruction will '''remove''' the target '''object'''/'''array of objects''' from the target '''array'''.
 
== Remove(Array, Object) ==
 
[[File:YlandsTile-1149.png]]
 
<pre>static remove(array: any[], object: any[]): void;</pre>
=== Parameters ===
 
==== array ====
 
Target array
 
==== object ====
 
Selected object(s) to remove
 
=== Description ===
 
Allows to remove one or more objects from target array.




Line 7: Line 42:


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 1.1]]

Revision as of 09:53, 8 July 2021

Remove(Array, Object)

YlandsTile-788.png

static remove(array: any[], object: any): void;

Parameters

array

object

Description

This instruction will remove the target object/array of objects from the target array.

Remove(Array, Object)

YlandsTile-1149.png

static remove(array: any[], object: any[]): void;

Parameters

array

Target array

object

Selected object(s) to remove

Description

Allows to remove one or more objects from target array.