Skip to content

Commit

Permalink
Update README to credit YellowAfterlife.
Browse files Browse the repository at this point in the history
  • Loading branch information
dicksonlaw583 committed Aug 16, 2018
1 parent 5c586e5 commit 1933aa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ show_message(Get(nested_array, 2, 1)); //16

- `Get(array_or_ds, ...)`: Search the array or data structure recursively using the indexes in order, then return the value found there.
- `Set(array_or_ds, ..., newvalue)`: Search the array or data structure recursively using the indexes in order, then set the value there to the new value.
- `Pos(i, j)`: (legacy holdover from GMS 1.4 version) Return a 2-entry array containing `i` and `j` in that order. For use as a position index in a 2D array or grid.
- `Pos(i, j)`: Return a 2-entry array containing `i` and `j` in that order. For use as a position index in a 2D array or grid.

### Position Index Format

Expand All @@ -52,8 +52,8 @@ show_message(Get(nested_array, 2, 1)); //16
- Run the project to test your additions.
- Open a pull request.

## License
## License and Credits

The 3 main scripts (`Get`, `Set`, `Pos`) are hereby released into the public domain.
The 3 main scripts (`Get`, `Set`, `Pos`) are hereby released into the public domain. Special thanks to Vadim Dyachenko (YellowAfterlife) for his efficiency contributions to the library.

The tests for the main scripts are written using [GMAssert](https://github.com/dicksonlaw583/gmassert) and [GMSugar](https://github.com/dicksonlaw583/gmsugar).

0 comments on commit 1933aa1

Please sign in to comment.