Add function to get navigation link iteration id from NavigationServer

Adds function to get navigation link iteration id from NavigationServer.
This commit is contained in:
smix8
2025-04-25 20:48:25 +02:00
parent 931820d33c
commit b002ade3ed
16 changed files with 54 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ public:
Rect2 region_get_bounds(RID p_region) const override { return Rect2(); }
RID link_create() override { return RID(); }
uint32_t link_get_iteration_id(RID p_link) const override { return 0; }
void link_set_map(RID p_link, RID p_map) override {}
RID link_get_map(RID p_link) const override { return RID(); }
void link_set_enabled(RID p_link, bool p_enabled) override {}