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

Method SetBool

src/plugin/kernel/src/AFCEntity.cpp:309–314  ·  view source on GitHub ↗

set data

Source from the content-addressed store, hash-verified

307
308// set data
309bool AFCEntity::SetBool(const std::string& name, bool value)
310{
311 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false);
312
313 return m_pNodeManager->SetBool(name, value);
314}
315
316bool AFCEntity::SetInt32(const std::string& name, const int32_t value)
317{

Callers 2

AddCustomBoolMethod · 0.45
SetCustomBoolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected