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

Method SetCustomGUID

src/plugin/kernel/src/AFCEntity.cpp:917–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915}
916
917bool AFCEntity::SetCustomGUID(const std::string& name, const AFGUID& value)
918{
919 return false;
920}
921
922bool AFCEntity::GetCustomBool(const std::string& name) const
923{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected