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

Method Get

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

Source from the content-addressed store, hash-verified

964 InputContainerVariableDefinition() : Rml::VariableDefinition(Rml::DataVariableType::Struct) {}
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(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected