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

Method GetActorBusID

src/plugin/net/src/AFCNetClientService.cpp:385–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385int AFCNetClientService::GetActorBusID(const AFGUID& actor)
386{
387 auto iter = actor_bus_map_.find(actor);
388 if (iter == actor_bus_map_.end())
389 {
390 return -1;
391 }
392
393 return iter->second;
394}
395
396} // namespace ark

Callers

nothing calls this directly

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected