MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_settings

Method get_settings

utility/godot_mono_decomp_wrapper.cpp:296–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294#endif
295
296GodotMonoDecompWrapper::GodotMonoDecompSettings GodotMonoDecompWrapper::get_settings() const {
297 return settings;
298}
299
300GodotMonoDecompWrapper::GodotMonoDecompSettings GodotMonoDecompWrapper::GodotMonoDecompSettings::get_default_settings() {
301 auto settings = GodotMonoDecompSettings();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected