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

Method SetInt32

src/plugin/kernel/src/AFCRow.cpp:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195bool AFCRow::SetInt32(const uint32_t index, int32_t value)
196{
197 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false);
198
199 return m_pNodeManager->SetInt32(index, value);
200}
201
202bool AFCRow::SetInt64(const uint32_t index, int64_t value)
203{

Callers 6

TableTestMethod · 0.45
DataCallBackTestMethod · 0.45
TableCallBackTestMethod · 0.45
CreateAnPlayerAndInitMethod · 0.45
SetDataTestMethod · 0.45
DBDataToNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected