0 votes

Hello! I need to get the translation of a random GridMap tile and store it into a variable.

getcellitem() doesn't work, because it only takes 3 arguments. Any way to achieve this? Thanks in advance!

in Engine by (21 points)

Hmm. Well, if you can get a random tile from a tilemap, you can surely get a random Gridmap tile, but I haven't dealt with Gridmaps before.

1 Answer

0 votes

Would get_used_cells()[randi() % get_used_cells().size()] do what you need?

by (34 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.