Tile - YArray - Remove – Ylands
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: | ||
<!--- | |||
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]] | ||
Revision as of 08:53, 8 July 2021
Remove(Array, Object)
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)
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.