MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / godotsharp_array_ptrw

Function godotsharp_array_ptrw

modules/mono/glue/runtime_interop.cpp:975–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973}
974
975godot_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

Callers

nothing calls this directly

Calls 1

operator[]Method · 0.45

Tested by

no test coverage detected