Tile - Array - Push – Ylands

From Bohemia Interactive Community
(Redirected from Ylands Tile - Array push)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.