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

Method OnLeaveSceneEvent

src/plugin/kernel/src/AFClassCallBackManager.cpp:229–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229bool AFClassCallBackManager::OnLeaveSceneEvent(const AFGUID& self, const int map_id, const int map_inst_id)
230{
231 for (auto& iter : leave_scene_events_)
232 {
233 iter.second(self, map_id, map_inst_id);
234 }
235
236 return true;
237}
238
239bool AFClassCallBackManager::OnEnterSceneEvent(const AFGUID& self, const int map_id, const int map_inst_id)
240{

Callers 1

SwitchSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected