MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / FindVariable

Function FindVariable

src/engine/ConsoleObjects.cpp:623–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621 }
622
623 Variable* FindVariable(std::string_view name)
624 {
625 if (Object* cobj = FindObject(name))
626 return cobj->AsVariable();
627 return nullptr;
628 }
629
630 void ResetAll()
631 {

Callers 2

ParseIniFileFunction · 0.85
test_console_variablesFunction · 0.85

Calls 2

FindObjectFunction · 0.85
AsVariableMethod · 0.45

Tested by 1

test_console_variablesFunction · 0.68