From 469e9da86ca374c051e31524cd4059feea2aa3cb Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Sun, 23 Aug 2020 21:32:05 +0100 Subject: Rename `RID::get_rid()` => `get_id()` to match Godot --- include/core/RID.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/core') diff --git a/include/core/RID.hpp b/include/core/RID.hpp index d89823b..3b3ce80 100644 --- a/include/core/RID.hpp +++ b/include/core/RID.hpp @@ -15,7 +15,7 @@ public: RID(Object *p); - int32_t get_rid() const; + int32_t get_id() const; inline bool is_valid() const { // is_valid() is not available in the C API... -- cgit v1.2.3