#Get class property using string
2 messages · Page 1 of 1 (latest)
Hey there! Looks like in Godot 4 you need to use "get_indexed(NodePath property_path)"
Seems to work exactly the same as you described otherwise.
(According to the Godot 4 Object documentation: https://docs.godotengine.org/en/stable/classes/class_object.html#)