Tile - YArray - Remove – Ylands
Category: Instructions
No edit summary  | 
				Lou Montana (talk | contribs)  m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")  | 
				||
| Line 51: | Line 51: | ||
----  | ----  | ||
{{Navbox/Ylands}}  | {{Navbox/Ylands}}  | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|  | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}  | ||
[[Category: Instructions]]  | [[Category: Instructions]]  | ||
Latest revision as of 14:24, 24 November 2023
Remove(Array, Object)
static remove(array: any[], object: any): void;
Parameters
array
Target array
object
Object to be removed from array
Availability
Client, Server, Custom Controller
Description
Allows to remove selected object from array.
Remove(Array, Object)
static remove(array: any[], object: any[]): void;
Parameters
array
Target array
object
Object(s) to removed from array
Availability
Client, Server, Custom Controller
Description
Allows to remove array of objects from array.
	
