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

Method SetString

src/plugin/kernel/src/AFCEntity.cpp:358–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358bool AFCEntity::SetString(const std::string& name, const std::string& value)
359{
360 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false);
361
362 return m_pNodeManager->SetString(name, value);
363}
364
365bool AFCEntity::SetWString(const std::string& name, const std::wstring& value)
366{

Callers 2

AddCustomStringMethod · 0.45
SetCustomStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected