Skip to content

MushroomFX/arr_mngr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

arr_mngr

Features



How to use

Rotate

Rotate clockwise

manage.rotate.c(array);

Rotate counter clockwise

manage.rotate.c(array);

Mirror

Mirron on X-axis

manage.mirror.x(array);

Mirron on Y-axis

manage.mirror.y(array);

Shuffle

Shuffle an array

manage.shuffle(array);

Sort by

Sort an array by row-index

manage.sortBy.row(array);

Sort an array by column-index [WIP]

manage.sortBy.collum(array);



Help & Contact

Help command

manage.help();

Modfing the script

You can change the function name by renameing the manage in the script.

Discord:

Mushroom#2221

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published