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

Method GetFloat

src/plugin/kernel/src/AFCStaticEntity.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84float AFCStaticEntity::GetFloat(const std::string& name) const
85{
86 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_FLOAT);
87
88 return m_pNodeManager->GetFloat(name);
89}
90
91double AFCStaticEntity::GetDouble(const std::string& name) const
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected