Itangalo / Bot-Playtesting-Toolkit

A toolkit for simulating board games with Google spreadsheets. Intended use is board game development.
GNU General Public License v3.0
9 stars 1 forks source link

Rename pickFromArray to findInArray? #38

Closed Itangalo closed 2 years ago

Itangalo commented 2 years ago

Also for pickAllFromArray.

The word "pick" suggests that the items are removed from the array, which is not the case (but could be useful).

Itangalo commented 2 years ago

Done! pickFromArray and pickAllFromArray are now replaced by pickFromObjectArray and pickAllFromObjectArray.

An argument tells whether to remove objects or not, and it is also possible to add multiple search criteria. Tests in place.