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

Method GetFloat

src/plugin/kernel/src/AFCEntity.cpp:495–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495float AFCEntity::GetFloat(const std::string& name) const
496{
497 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_FLOAT);
498
499 return m_pNodeManager->GetFloat(name);
500}
501
502double AFCEntity::GetDouble(const std::string& name) const
503{

Callers 1

GetCustomFloatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected