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

Method SetUInt32

src/plugin/kernel/src/AFCEntity.cpp:323–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323bool AFCEntity::SetUInt32(const std::string& name, const uint32_t value)
324{
325 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false);
326
327 return m_pNodeManager->SetUInt32(name, value);
328}
329
330bool AFCEntity::SetInt64(const std::string& name, const int64_t value)
331{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected