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

Method OnEnterScene

src/server/game/src/AFCGameNetModule.cpp:643–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643int AFCGameNetModule::OnEnterScene(const AFGUID& self, const int map_id, const int map_inst_id)
644{
645 ProcessEnterGroup(self, map_id, map_inst_id);
646 return 0;
647}
648
649int AFCGameNetModule::GetBroadcastEntityList(const int map_id, const int inst_id, AFIDataList& valueObject)
650{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected