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

Method GetBool

src/plugin/kernel/src/AFCStaticEntity.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49bool AFCStaticEntity::GetBool(const std::string& name) const
50{
51 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_BOOLEAN);
52
53 return m_pNodeManager->GetBool(name);
54}
55
56int32_t AFCStaticEntity::GetInt32(const std::string& name) const
57{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected