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

Method RemoveActorBusID

src/plugin/net/src/AFCNetClientService.cpp:380–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380void AFCNetClientService::RemoveActorBusID(const AFGUID& actor)
381{
382 actor_bus_map_.erase(actor);
383}
384
385int AFCNetClientService::GetActorBusID(const AFGUID& actor)
386{

Callers

nothing calls this directly

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected