Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GMEdit

A high-end code editor for all things GameMaker · By YellowAfterlife

Creation code script usage doesn't show in Find References on script

A topic by Rainbowbleh created Jul 18, 2019 Views: 252 Replies: 2
Viewing posts 1 to 2

Hi! First, thanks so much for GMEdit - it's fantastic.
I have some room creation code:

#roomcc Level1
initialize_collision();
create_level_1_parallax_layers();

but when I run Find References on initialize_collision():

// 0 results found:

Not sure if there is something I am doing wrong on my end, or if Find References doesn't search room creation code. initialize_collision looks like this:

var layer_id = layer_get_id("Collision");
var tilemap_id = layer_tilemap_get_id(layer_id);
global.collision_tilemap_id = tilemap_id;

Thanks again for creating GMEdit!

Developer

This is already fixed for the next version.

Awesome, thanks for letting me know!