├── Just the scripts ├── array_2d_sort.gml ├── ds_grid_to_array.gml ├── ds_list_add_list.gml ├── ds_list_add_map.gml ├── ds_list_create_from_keys.gml ├── ds_list_create_from_map.gml ├── ds_list_delete_value.gml ├── ds_list_pop_bot.gml ├── ds_list_pop_top.gml ├── ds_list_swap_values.gml ├── ds_map_add_multiple.gml ├── ds_map_find_key.gml ├── ds_map_flip.gml ├── ds_map_write_multiple.gml ├── json_load.gml ├── json_save.gml ├── json_secure_load.gml ├── json_secure_save.gml └── memory_clean.gml ├── Lazyeye's Data Scripts.yyz └── README.md /Just the scripts/array_2d_sort.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/array_2d_sort.gml -------------------------------------------------------------------------------- /Just the scripts/ds_grid_to_array.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/ds_grid_to_array.gml -------------------------------------------------------------------------------- /Just the scripts/ds_list_add_list.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/ds_list_add_list.gml -------------------------------------------------------------------------------- /Just the scripts/ds_list_add_map.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/ds_list_add_map.gml -------------------------------------------------------------------------------- /Just the scripts/ds_list_create_from_keys.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/ds_list_create_from_keys.gml -------------------------------------------------------------------------------- /Just the scripts/ds_list_create_from_map.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/ds_list_create_from_map.gml -------------------------------------------------------------------------------- /Just the scripts/ds_list_delete_value.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/ds_list_delete_value.gml -------------------------------------------------------------------------------- /Just the scripts/ds_list_pop_bot.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/ds_list_pop_bot.gml -------------------------------------------------------------------------------- /Just the scripts/ds_list_pop_top.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/ds_list_pop_top.gml -------------------------------------------------------------------------------- /Just the scripts/ds_list_swap_values.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/ds_list_swap_values.gml -------------------------------------------------------------------------------- /Just the scripts/ds_map_add_multiple.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/ds_map_add_multiple.gml -------------------------------------------------------------------------------- /Just the scripts/ds_map_find_key.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/ds_map_find_key.gml -------------------------------------------------------------------------------- /Just the scripts/ds_map_flip.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/ds_map_flip.gml -------------------------------------------------------------------------------- /Just the scripts/ds_map_write_multiple.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/ds_map_write_multiple.gml -------------------------------------------------------------------------------- /Just the scripts/json_load.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/json_load.gml -------------------------------------------------------------------------------- /Just the scripts/json_save.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/json_save.gml -------------------------------------------------------------------------------- /Just the scripts/json_secure_load.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/json_secure_load.gml -------------------------------------------------------------------------------- /Just the scripts/json_secure_save.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/json_secure_save.gml -------------------------------------------------------------------------------- /Just the scripts/memory_clean.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Just the scripts/memory_clean.gml -------------------------------------------------------------------------------- /Lazyeye's Data Scripts.yyz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/Lazyeye's Data Scripts.yyz -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GameMakerDiscord/Lazy-Data-Scripts/HEAD/README.md --------------------------------------------------------------------------------