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

Method GetInt32

src/plugin/kernel/src/AFCStaticEntity.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56int32_t AFCStaticEntity::GetInt32(const std::string& name) const
57{
58 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT);
59
60 return m_pNodeManager->GetInt32(name);
61}
62
63uint32_t AFCStaticEntity::GetUInt32(const std::string& name) const
64{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected