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

Method GetDouble

src/plugin/kernel/src/AFCStaticEntity.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91double AFCStaticEntity::GetDouble(const std::string& name) const
92{
93 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_DOUBLE);
94
95 return m_pNodeManager->GetDouble(name);
96}
97
98const std::string& AFCStaticEntity::GetString(const std::string& name) const
99{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected