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

Method GetUInt32

src/plugin/kernel/src/AFCEntity.cpp:474–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474uint32_t AFCEntity::GetUInt32(const std::string& name) const
475{
476 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT);
477
478 return m_pNodeManager->GetUInt32(name);
479}
480
481int64_t AFCEntity::GetInt64(const std::string& name) const
482{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected