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

Method GetInt32

src/plugin/kernel/src/AFCRow.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54int32_t AFCRow::GetInt32(const uint32_t index) const
55{
56 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT);
57
58 return m_pNodeManager->GetInt32(index);
59}
60
61uint32_t AFCRow::GetUInt32(const uint32_t index) const
62{

Callers 9

CreateAnPlayerAndInitMethod · 0.45
QueryIntTestMethod · 0.45
NodeToDBDataMethod · 0.45
NodeToPBDataMethod · 0.45
IsInMapInstanceMethod · 0.45
SwitchMapMethod · 0.45
FindInt32Method · 0.45
OnEntityListEnterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected