| 973 | } |
| 974 | |
| 975 | godot_variant *godotsharp_array_ptrw(godot_array *p_self) { |
| 976 | return reinterpret_cast<godot_variant *>(&reinterpret_cast<Array *>(p_self)->operator[](0)); |
| 977 | } |
| 978 | |
| 979 | // dictionary.h |
| 980 |
nothing calls this directly
no test coverage detected