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

Method AddActorBusID

src/plugin/net/src/AFCNetClientService.cpp:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375void AFCNetClientService::AddActorBusID(const AFGUID& actor, const int bus_id)
376{
377 actor_bus_map_.insert(std::make_pair(actor, bus_id));
378}
379
380void AFCNetClientService::RemoveActorBusID(const AFGUID& actor)
381{

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected