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

Method Get

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

Source from the content-addressed store, hash-verified

922 InputFieldVariableDefinition() : Rml::VariableDefinition(Rml::DataVariableType::Scalar) {}
923
924 virtual bool Get(void* ptr, Rml::Variant& variant) override { variant = reinterpret_cast<recomp::InputField*>(ptr)->to_string(); return true; }
925 virtual bool Set(void* ptr, const Rml::Variant& variant) override { return false; }
926 };
927 // Static instance of the InputField variable definition to have a pointer to return to RmlUi.

Callers

nothing calls this directly

Calls 1

to_stringMethod · 0.80

Tested by

no test coverage detected