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

Method AddCustomGUID

src/plugin/kernel/src/AFCEntity.cpp:830–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830bool AFCEntity::AddCustomGUID(const std::string& name, const AFGUID& value)
831{
832 return false;
833}
834
835bool AFCEntity::SetCustomBool(const std::string& name, bool value)
836{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected