Access to arrays stored in Global from c#

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

Hi!

I have an array somevar[y] created with GDscript and stored in a globally available node. From C# I can access variables via Globals.Get(“somevar”), but how do I access arrays?

Thanks for help!