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

Method GetBool

src/plugin/kernel/src/AFCEntity.cpp:460–465  ·  view source on GitHub ↗

get data

Source from the content-addressed store, hash-verified

458
459// get data
460bool AFCEntity::GetBool(const std::string& name) const
461{
462 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_BOOLEAN);
463
464 return m_pNodeManager->GetBool(name);
465}
466
467int32_t AFCEntity::GetInt32(const std::string& name) const
468{

Callers 1

GetCustomBoolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected