MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / GetFloat

Method GetFloat

src/plugin/kernel/src/AFNodeManager.cpp:239–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239float AFNodeManager::GetFloat(const std::string& name) const
240{
241 auto index = GetIndex(name);
242 ARK_ASSERT_RET_VAL(index > 0, NULL_FLOAT);
243
244 return GetFloat(index);
245}
246
247double AFNodeManager::GetDouble(const std::string& name) const
248{

Callers 1

SetFloatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected