Skip to content

JeffersonJales/array_utils_gms2

Repository files navigation

array_utils_gms2

Array utils for GameMaker 2022.11

All functions have JSDoc Header (for GameMaker Feather)

Download it here

Functions

Convertions (array_to and array_from)

array_to_list

array_from_list

array_to_queue

array_from_queue

array_to_stack

array_from_stack

Get information about the array

array_index_inside_bounds

array_empty

array_find_index_simple

array_find_index_all

array_includes

array_includes_amount

array_any_args

array_all_args

Get values from the array

array_get_ext

array_get_max_value

array_get_min_value

array_get_random

array_last

Change the array

array_swap

array_clear

array_remove

array_shuffle

Creates a new array

array_foreach_args

array_filter_args

array_map_args

array_compact

array_diff

More Utilities

array_join

array_clone

array_create_range