Basically what the title says. Can I look for a variable with a name equivalent to "something", rather than directly naming it? Kind of like a "get_node()" but with a variable?

You can also use node.get("name_here") and it will return the value if it exists, or null if it doesn't.

a year later