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

Method GetUInt64

src/plugin/kernel/src/AFCEntity.cpp:488–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488uint64_t AFCEntity::GetUInt64(const std::string& name) const
489{
490 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT64);
491
492 return m_pNodeManager->GetUInt64(name);
493}
494
495float AFCEntity::GetFloat(const std::string& name) const
496{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected