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

Method FindCustomData

src/plugin/kernel/src/AFCEntity.cpp:988–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

986}
987
988bool AFCEntity::FindCustomData(const std::string& name) const
989{
990 return custom_data_list_.find(name) != custom_data_list_.end();
991}
992
993bool AFCEntity::RemoveCustomData(const std::string& name)
994{

Callers 2

CreateAnPlayerAndInitMethod · 0.80
CustomDataTestMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected