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

Method SetInt32

src/plugin/kernel/src/AFCEntity.cpp:316–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316bool AFCEntity::SetInt32(const std::string& name, const int32_t value)
317{
318 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false);
319
320 return m_pNodeManager->SetInt32(name, value);
321}
322
323bool AFCEntity::SetUInt32(const std::string& name, const uint32_t value)
324{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected