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

Method SetInt64

src/plugin/kernel/src/AFCRow.cpp:202–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202bool AFCRow::SetInt64(const uint32_t index, int64_t value)
203{
204 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false);
205
206 return m_pNodeManager->SetInt64(index, value);
207}
208
209bool AFCRow::SetUInt32(const uint32_t index, uint32_t value)
210{

Callers 3

CreateAnPlayerAndInitMethod · 0.45
DBDataToNodeMethod · 0.45
ProcessLeaveGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected