Tile - Array - Fill – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
==== object ==== | ==== object ==== | ||
Object to fill the array with | |||
=== Returns === | === Returns === | ||
'''any[]''' | '''any[]''' | ||
=== Availability === | |||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]] | |||
=== Description === | === Description === | ||
Replaces '''all the elements''' in the '''array''' with selected '''value'''. | |||
Revision as of 11:17, 12 November 2021
Fill(Array, Object)
fill(object: T): T[];
Parameters
object
Object to fill the array with
Returns
any[]
Availability
Client, Server, Custom Controller
Description
Replaces all the elements in the array with selected value.