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

Method AddCustomWString

src/plugin/kernel/src/AFCEntity.cpp:825–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823}
824
825bool AFCEntity::AddCustomWString(const std::string& name, const std::wstring& value)
826{
827 return false;
828}
829
830bool AFCEntity::AddCustomGUID(const std::string& name, const AFGUID& value)
831{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected