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

Method SetCustomUInt32

src/plugin/kernel/src/AFCEntity.cpp:859–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857}
858
859bool AFCEntity::SetCustomUInt32(const std::string& name, const uint32_t value)
860{
861 return false;
862}
863
864bool AFCEntity::SetCustomInt64(const std::string& name, const int64_t value)
865{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected