MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / Set

Method Set

src/ui/ui_config.cpp:967–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

965
966 virtual bool Get(void* ptr, Rml::Variant& variant) override { return true; }
967 virtual bool Set(void* ptr, const Rml::Variant& variant) override { return false; }
968
969 virtual int Size(void* ptr) override { return recomp::get_num_inputs(); }
970 virtual Rml::DataVariable Child(void* ptr, const Rml::DataAddressEntry& address) override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected