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

Method SetString

src/plugin/kernel/src/AFCRow.cpp:237–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237bool AFCRow::SetString(const uint32_t index, const std::string& value)
238{
239 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false);
240
241 return m_pNodeManager->SetString(index, value);
242}
243
244bool AFCRow::SetWString(const uint32_t index, const std::wstring& value)
245{

Callers 2

CreateAnPlayerAndInitMethod · 0.45
DBDataToNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected