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

Method GetInt32

src/plugin/kernel/src/AFCEntity.cpp:467–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467int32_t AFCEntity::GetInt32(const std::string& name) const
468{
469 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT);
470
471 return m_pNodeManager->GetInt32(name);
472}
473
474uint32_t AFCEntity::GetUInt32(const std::string& name) const
475{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected