Invert GMLscripts.com

Resources :: Management

map_backgrounds(map)
Fills a given map data structure with the id values of all background resources, keyed by strings of their names.
map_fonts(map)
Fills a given map data structure with the id values of all font resources, keyed by strings of their names.
map_objects(map)
Fills a given map data structure with the id values of all object resources, keyed by strings of their names.
map_paths(map)
Fills a given map data structure with the id values of all path resources, keyed by strings of their names.
map_rooms(map)
Fills a given map data structure with the id values of all room resources, keyed by strings of their names.
map_sounds(map,file)
Fills a given map data structure with the id values of all sound resources, keyed by strings of their names.
map_sprites(map)
Fills a given map data structure with the id values of all sprite resources, keyed by strings of their names.
map_timelines(map)
Fills a given map data structure with the id values of all timeline resources, keyed by strings of their names.