You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-02 16:48:55 +00:00
[GDNative] even more API fixes
This commit is contained in:
@@ -76,6 +76,8 @@ godot_variant GDAPI godot_array_get(const godot_array *p_self, const godot_int p
|
||||
|
||||
godot_variant GDAPI *godot_array_operator_index(godot_array *p_self, const godot_int p_idx);
|
||||
|
||||
const godot_variant GDAPI *godot_array_operator_index_const(const godot_array *p_self, const godot_int p_idx);
|
||||
|
||||
void GDAPI godot_array_append(godot_array *p_self, const godot_variant *p_value);
|
||||
|
||||
void GDAPI godot_array_clear(godot_array *p_self);
|
||||
|
||||
Reference in New Issue
Block a user