Ability to convert from nodes or other non resource with a get_rid() function to a rid

This commit is contained in:
Juan Linietsky 2015-04-24 20:45:07 -03:00
parent 807a811fad
commit 1f8e3117dd
3 changed files with 12 additions and 2 deletions

View file

@ -56,6 +56,7 @@ public:
StringName _iter_init;
StringName _iter_next;
StringName _iter_get;
StringName get_rid;
};