phaser/src/utils/array
2020-09-15 10:35:53 +01:00
..
matrix Utils.Array.Matrix.Translate is a new function that will translate an Array Matrix by horizontally and vertically by the given amounts. 2020-09-15 10:35:53 +01:00
Add.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
AddAt.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
BringToTop.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
CountAllMatching.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Each.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
EachInRange.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
FindClosestInSorted.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
GetAll.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
GetFirst.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
GetRandom.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
index.js Utils.Array.SortByDigits is a new function that takes the given array of strings and runs a numeric sort on it, ignoring any non-digits. 2020-09-03 15:01:55 +01:00
MoveDown.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
MoveTo.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
MoveUp.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
NumberArray.js Utils.Array.NumerArray can now accept the start and end parameters in reverse order, i.e. 10, 1 will generate a number array running from 10 to 1. Internally it has also been optimized to skip string based returns. 2020-09-08 13:02:16 +01:00
NumberArrayStep.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
QuickSelect.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Range.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Remove.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
RemoveAt.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
RemoveBetween.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
RemoveRandomElement.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Replace.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
RotateLeft.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
RotateRight.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
SafeRange.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
SendToBack.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
SetAll.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
Shuffle.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
SortByDigits.js Utils.Array.SortByDigits is a new function that takes the given array of strings and runs a numeric sort on it, ignoring any non-digits. 2020-09-03 15:01:55 +01:00
SpliceOne.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
StableSort.js Updated to stablesort 0.1.8 and recoded to fit our style. Removed inplace static function. 2020-09-02 12:21:36 +01:00
Swap.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00