mirror of https://github.com/godotengine/godot
`DirAccess *` needs to be deleted manually, and this is often forgotten especially when doing early returns with `ERR_FAIL_COND`. `DirAccessRef` is deleted automatically when it goes out of scope. Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| export.cpp | ||
| export.h | ||
| export_plugin.cpp | ||
| export_plugin.h | ||
| export_server.h | ||