phaser/src/utils/array
2018-11-29 23:33:54 +00:00
..
matrix Added jsdocs 2018-10-19 15:33:43 +01:00
Add.js Limit fix 2018-04-11 17:12:40 +01:00
AddAt.js ArrayUtils.AddAt didn't calculate the array offset correctly if you passed an array in to be merged with an existing array. This also caused Container.addAt to fail if an array was passed to it. Fix #3788 2018-06-27 11:31:51 +01:00
BringToTop.js Utils.Array.BringToTop failed to move the penultimate item in an array due to an index error. Fix #3658 2018-05-15 08:45:39 +01:00
CountAllMatching.js All now using SafeRange to cut down on duplicated code 2018-04-10 15:21:30 +01:00
Each.js args description 2018-06-26 15:58:51 -07:00
EachInRange.js All now using SafeRange to cut down on duplicated code 2018-04-10 15:21:30 +01:00
FindClosestInSorted.js Added jsdocs 2018-10-19 15:02:27 +01:00
GetAll.js All now using SafeRange to cut down on duplicated code 2018-04-10 15:21:30 +01:00
GetFirst.js All now using SafeRange to cut down on duplicated code 2018-04-10 15:21:30 +01:00
GetRandom.js Documented the remaining ParticleEmitter Zone classes. 2018-06-21 14:12:47 +01:00
index.js All now using SafeRange to cut down on duplicated code 2018-04-10 15:21:30 +01:00
MoveDown.js List is now internally using all of the new Utils.Array functions. 2018-04-10 04:00:39 +01:00
MoveTo.js List is now internally using all of the new Utils.Array functions. 2018-04-10 04:00:39 +01:00
MoveUp.js Utils.Array.MoveUp wouldn't let you move an array element to the top-most index in the array. This also impacted Container.moveUp. 2018-11-29 23:33:54 +00:00
NumberArray.js Fix remaining multiple types 2018-03-20 16:12:42 +01:00
NumberArrayStep.js Added jsdocs 2018-10-19 15:33:43 +01:00
QuickSelect.js Added jsdocs 2018-10-19 15:33:43 +01:00
Range.js Added jsdocs 2018-10-19 15:53:04 +01:00
Remove.js List is now internally using all of the new Utils.Array functions. 2018-04-10 04:00:39 +01:00
RemoveAt.js List is now internally using all of the new Utils.Array functions. 2018-04-10 04:00:39 +01:00
RemoveBetween.js All now using SafeRange to cut down on duplicated code 2018-04-10 15:21:30 +01:00
RemoveRandomElement.js Added jsdocs 2018-02-12 16:01:21 +00:00
Replace.js All now using SafeRange to cut down on duplicated code 2018-04-10 15:21:30 +01:00
RotateLeft.js Fix "any" types 2018-03-20 17:15:49 +01:00
RotateRight.js Fix "any" types 2018-03-20 17:15:49 +01:00
SafeRange.js All now using SafeRange to cut down on duplicated code 2018-04-10 15:21:30 +01:00
SendToBack.js List is now internally using all of the new Utils.Array functions. 2018-04-10 04:00:39 +01:00
SetAll.js All now using SafeRange to cut down on duplicated code 2018-04-10 15:21:30 +01:00
Shuffle.js Added jsdocs 2018-02-12 16:01:21 +00:00
SpliceOne.js Docjam merge 2018-10-19 12:32:43 +01:00
StableSort.js Added jsdocs 2018-02-12 16:01:21 +00:00
Swap.js List is now internally using all of the new Utils.Array functions. 2018-04-10 04:00:39 +01:00