How do I create table-like var?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Lfzinho

I need a variable with multiples “x” and “y”.
To find some wanted value, it would be something like that:
variable.ValueAt(x, y)

In Construct Engine, this is done by the Array object. How can I do that in Godot?

:bust_in_silhouette: Reply From: xCode Soul

Hello

Already has been discussed here

https://forum.godotengine.org/5122/how-do-i-create-a-2d-array

Best regards