Tile - Array - Push – Ylands

From Bohemia Interactive Community
(Redirected from Ylands:Tile - Array push)
Jump to navigation Jump to search

Push(Array, Object)

YlandsTile-194.png

YlandsTile-194-rv.png

push(...object: T[]): number;

Parameters

object

Returns

number

Description

This instruction will add new item to the end of an array. This instruction changes the length of the original array.

Push(Array, Object)

YlandsTile-763.png

YlandsTile-763-rv.png

push(...object: T[][]): number;

Parameters

object

Returns

number

Description

This instruction will add new item to the end of an array.

Notes

  • This instruction changes the length of the original array.