Skip to content

table.foreachi

starkos edited this page Apr 10, 2021 · 3 revisions

⚠️ We have a new website! Visit now for the most update to date documentation.
       This wiki is no longer being maintained.


Walk the elements of an array and call the specified function for each non-nil element.

table.foreachi(arr, fn)

Parameters

arr is an table containing indexed values. fn is the function to call for each non-nil element. The value (not the index) will be passed as the only argument.

Return Value

None.

Availability

Premake 5.0 or later.

Clone this wiki locally