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

Method OnLeaveScene

src/server/game/src/AFCGameNetModule.cpp:637–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635//}
636
637int AFCGameNetModule::OnLeaveScene(const AFGUID& self, const int map_id, const int map_inst_id)
638{
639 ProcessLeaveGroup(self, map_id, map_inst_id);
640 return 0;
641}
642
643int AFCGameNetModule::OnEnterScene(const AFGUID& self, const int map_id, const int map_inst_id)
644{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected