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

Method GetUInt64

src/plugin/kernel/src/AFCStaticEntity.cpp:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77int64_t AFCStaticEntity::GetUInt64(const std::string& name) const
78{
79 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT64);
80
81 return m_pNodeManager->GetUInt64(name);
82}
83
84float AFCStaticEntity::GetFloat(const std::string& name) const
85{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected