Open Zylann opened 6 years ago
Godot 3.0 master
As I progress porting my module, I found that godot_rid_is_valid() is missing from the C API of RID. Should it be added?
godot_rid_is_valid()
@Zylann Is this still relevant in Godot 3.2.1?
Looks like it is https://github.com/godotengine/godot/blob/3.2/modules/gdnative/include/gdnative/rid.h
Godot 3.0 master
As I progress porting my module, I found that
godot_rid_is_valid()
is missing from the C API of RID. Should it be added?