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

Method GetCustomUInt32

src/plugin/kernel/src/AFCEntity.cpp:938–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936}
937
938uint32_t AFCEntity::GetCustomUInt32(const std::string& name) const
939{
940 auto pData = custom_data_list_.find_value(name);
941 ARK_ASSERT_RET_VAL(pData != nullptr, NULL_INT);
942
943 return pData->GetUInt();
944}
945
946int64_t AFCEntity::GetCustomInt64(const std::string& name) const
947{

Callers

nothing calls this directly

Calls 2

GetUIntMethod · 0.80
find_valueMethod · 0.45

Tested by

no test coverage detected