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

Method GetUInt32

src/plugin/kernel/src/AFCStaticEntity.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63uint32_t AFCStaticEntity::GetUInt32(const std::string& name) const
64{
65 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT);
66
67 return m_pNodeManager->GetUInt32(name);
68}
69
70int64_t AFCStaticEntity::GetInt64(const std::string& name) const
71{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected